#C6BBFC

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

Shades of Lavender Blue #C6BBFC

Tints of Lavender Blue #C6BBFC

Color information

#C6BBFC (or 0xC6BBFC) is unknown color: approx Lavender Blue. HEX triplet: C6, BB and FC. RGB value is (198,187,252). Sum of RGB (Red+Green+Blue) = 198+187+252=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBFC is #394403. Grayscale: #C5C5C5. Windows color (decimal): -3752964 or 16563142. OLE color: 16563142.

HSL color Cylindrical-coordinate representation of color #C6BBFC: hue angle of 250.15º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6BBFC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198187252-
CMYK0.210.2600.01
HSL250.15º91.55%86.08%-
HSV(B)250.15º25.79%98.82%-
XYZ58.6354.5799.54-
YUV197.7158.64128.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.08%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=31.08%
G=29.36%
B=39.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981872520.210.2600.01250.1591.5586.08
HexC6BBFC151A01fa5c56
Octal306273374253201372134126
Binary1100011010111011111111001010111010011111101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBFC; }

 p { color: rgb(198,187,252); }

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

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

 a { background-color: rgb(198,187,252); }

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

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

 span { border-color: rgb(198,187,252); }

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