#BBC3FE

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

Shades of Lavender Blue #BBC3FE

Tints of Lavender Blue #BBC3FE

Color information

#BBC3FE (or 0xBBC3FE) is unknown color: approx Lavender Blue. HEX triplet: BB, C3 and FE. RGB value is (187,195,254). Sum of RGB (Red+Green+Blue) = 187+195+254=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3FE is #443C01. Grayscale: #C7C7C7. Windows color (decimal): -4471810 or 16696251. OLE color: 16696251.

HSL color Cylindrical-coordinate representation of color #BBC3FE: hue angle of 232.84º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC3FE is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187195254-
CMYK0.260.2300.00
HSL232.84º97.1%86.47%-
HSV(B)232.84º26.38%99.61%-
XYZ57.956.75101.67-
YUV199.33158.85119.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=29.40%
G=30.66%
B=39.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871952540.260.2300.00232.8497.186.47
HexBBC3FE1A1700e96156
Octal273303376322700351141126
Binary1011101111000011111111101101010111001110100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3FE; }

 p { color: rgb(187,195,254); }

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

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

 a { background-color: rgb(187,195,254); }

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

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

 span { border-color: rgb(187,195,254); }

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