#BBC4FB

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

Shades of Lavender Blue #BBC4FB

Tints of Lavender Blue #BBC4FB

Color information

#BBC4FB (or 0xBBC4FB) is unknown color: approx Lavender Blue. HEX triplet: BB, C4 and FB. RGB value is (187,196,251). Sum of RGB (Red+Green+Blue) = 187+196+251=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4FB is #443B04. Grayscale: #C7C7C7. Windows color (decimal): -4471557 or 16499899. OLE color: 16499899.

HSL color Cylindrical-coordinate representation of color #BBC4FB: hue angle of 231.56º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC4FB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187196251-
CMYK0.250.2200.02
HSL231.56º88.89%85.88%-
HSV(B)231.56º25.5%98.43%-
XYZ57.6557.0199.23-
YUV199.58157.02119.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=29.50%
G=30.91%
B=39.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871962510.250.2200.02231.5688.8985.88
HexBBC4FB191602e85956
Octal273304373312602350131126
Binary10111011110001001111101111001101100101110100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4FB; }

 p { color: rgb(187,196,251); }

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

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

 a { background-color: rgb(187,196,251); }

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

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

 span { border-color: rgb(187,196,251); }

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