#BBC1FB

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

Shades of Lavender Blue #BBC1FB

Tints of Lavender Blue #BBC1FB

Color information

#BBC1FB (or 0xBBC1FB) is unknown color: approx Lavender Blue. HEX triplet: BB, C1 and FB. RGB value is (187,193,251). Sum of RGB (Red+Green+Blue) = 187+193+251=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1FB is #443E04. Grayscale: #C5C5C5. Windows color (decimal): -4472325 or 16499131. OLE color: 16499131.

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

Color convert

RGB187193251-
CMYK0.250.2300.02
HSL234.38º88.89%85.88%-
HSV(B)234.38º25.5%98.43%-
XYZ56.9855.6799.01-
YUV197.82158.01120.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 193 (75.78% from 255) = 30.59%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=29.64%
G=30.59%
B=39.78%

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
Decimal1871932510.250.2300.02234.3888.8985.88
HexBBC1FB191702ea5956
Octal273301373312702352131126
Binary10111011110000011111101111001101110101110101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1FB; }

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

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

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

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

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

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

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

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