#BBC6FD

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

Shades of Lavender Blue #BBC6FD

Tints of Lavender Blue #BBC6FD

Color information

#BBC6FD (or 0xBBC6FD) is unknown color: approx Lavender Blue. HEX triplet: BB, C6 and FD. RGB value is (187,198,253). Sum of RGB (Red+Green+Blue) = 187+198+253=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6FD is #443902. Grayscale: #C8C8C8. Windows color (decimal): -4471043 or 16631483. OLE color: 16631483.

HSL color Cylindrical-coordinate representation of color #BBC6FD: hue angle of 230º degrees, saturation: 0.94, 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 #BBC6FD is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187198253-
CMYK0.260.2200.01
HSL230º94.29%86.27%-
HSV(B)230º26.09%99.22%-
XYZ58.4258.04101.05-
YUV200.98157.36118.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 198 (77.73% from 255) = 31.03%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=29.31%
G=31.03%
B=39.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871982530.260.2200.0123094.2986.27
HexBBC6FD1A1601e65e56
Octal273306375322601346136126
Binary1011101111000110111111011101010110011110011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6FD; }

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

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

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

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

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

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

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

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