#BBC2FB

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

Shades of Lavender Blue #BBC2FB

Tints of Lavender Blue #BBC2FB

Color information

#BBC2FB (or 0xBBC2FB) is unknown color: approx Lavender Blue. HEX triplet: BB, C2 and FB. RGB value is (187,194,251). Sum of RGB (Red+Green+Blue) = 187+194+251=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2FB is #443D04. Grayscale: #C6C6C6. Windows color (decimal): -4472069 or 16499387. OLE color: 16499387.

HSL color Cylindrical-coordinate representation of color #BBC2FB: hue angle of 233.44º 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 #BBC2FB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187194251-
CMYK0.250.2300.02
HSL233.44º88.89%85.88%-
HSV(B)233.44º25.5%98.43%-
XYZ57.256.1199.08-
YUV198.4157.68119.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=29.59%
G=30.70%
B=39.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871942510.250.2300.02233.4488.8985.88
HexBBC2FB191702e95956
Octal273302373312702351131126
Binary10111011110000101111101111001101110101110100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2FB; }

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

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

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

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

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

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

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

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