#BBC3F9

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

Shades of Lavender Blue #BBC3F9

Tints of Lavender Blue #BBC3F9

Color information

#BBC3F9 (or 0xBBC3F9) is unknown color: approx Lavender Blue. HEX triplet: BB, C3 and F9. RGB value is (187,195,249). Sum of RGB (Red+Green+Blue) = 187+195+249=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBC3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3F9 is #443C06. Grayscale: #C6C6C6. Windows color (decimal): -4471815 or 16368571. OLE color: 16368571.

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

Color convert

RGB187195249-
CMYK0.250.2200.02
HSL232.26º83.78%85.49%-
HSV(B)232.26º24.9%97.65%-
XYZ57.1156.4397.51-
YUV198.76156.35119.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 195 (76.56% from 255) = 30.90%
BLUE value IS 249 (97.66% from 255) = 39.46%
R=29.64%
G=30.90%
B=39.46%

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
Decimal1871952490.250.2200.02232.2683.7885.49
HexBBC3F9191602e85455
Octal273303371312602350124125
Binary10111011110000111111100111001101100101110100010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3F9; }

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

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

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

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

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

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

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

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