#B6AFFF

Color #B6AFFF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #B6AFFF

Tints of Lavender Blue #B6AFFF

Color information

#B6AFFF (or 0xB6AFFF) is unknown color: approx Lavender Blue. HEX triplet: B6, AF and FF. RGB value is (182,175,255). Sum of RGB (Red+Green+Blue) = 182+175+255=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AFFF is #495000. Grayscale: #B9B9B9. Windows color (decimal): -4804609 or 16756662. OLE color: 16756662.

HSL color Cylindrical-coordinate representation of color #B6AFFF: hue angle of 245.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6AFFF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182175255-
CMYK0.290.3100
HSL245.25º100%84.31%-
HSV(B)245.25º31.37%100%-
XYZ52.6747.83101.06-
YUV186.21166.82125-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 29.74%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 255 (100% from 255) = 41.67%
R=29.74%
G=28.59%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821752550.290.3100245.2510084.31
HexB6AFFF1D1F00f56454
Octal266257377353700365144124
Binary1011011010101111111111111110111111001111010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFFF; }

 p { color: rgb(182,175,255); }

 H1.HeaderClassName
 {
   color: #B6AFFF;
 }
 .AnyTagClassName
 {
   color: #B6AFFF;
 }
</style>
background-color css

<style>
 a { background-color: #B6AFFF; }

 a { background-color: rgb(182,175,255); }

 div.DivClassName
 {
   background-color: #B6AFFF;
 }
 .BgClassName
 {
   background-color: #B6AFFF;
 }
</style>
border-color css

<style>
 span { border-color: #B6AFFF; }

 span { border-color: rgb(182,175,255); }

 td.TdClassName
 {
   border-color: #B6AFFF;
 }
 .TagClassName
 {
   border-color: #B6AFFF;
 }
</style>