#BBC8FD

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

Shades of Lavender Blue #BBC8FD

Tints of Lavender Blue #BBC8FD

Color information

#BBC8FD (or 0xBBC8FD) is unknown color: approx Lavender Blue. HEX triplet: BB, C8 and FD. RGB value is (187,200,253). Sum of RGB (Red+Green+Blue) = 187+200+253=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8FD is #443702. Grayscale: #C9C9C9. Windows color (decimal): -4470531 or 16631995. OLE color: 16631995.

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

Color convert

RGB187200253-
CMYK0.260.2100.01
HSL228.18º94.29%86.27%-
HSV(B)228.18º26.09%99.22%-
XYZ58.8858.97101.21-
YUV202.16156.69117.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=29.22%
G=31.25%
B=39.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872002530.260.2100.01228.1894.2986.27
HexBBC8FD1A1501e45e56
Octal273310375322501344136126
Binary1011101111001000111111011101010101011110010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8FD; }

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

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

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

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

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

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

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

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