#BBC0F9

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

Shades of Lavender Blue #BBC0F9

Tints of Lavender Blue #BBC0F9

Color information

#BBC0F9 (or 0xBBC0F9) is unknown color: approx Lavender Blue. HEX triplet: BB, C0 and F9. RGB value is (187,192,249). Sum of RGB (Red+Green+Blue) = 187+192+249=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBC0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0F9 is #443F06. Grayscale: #C4C4C4. Windows color (decimal): -4472583 or 16367803. OLE color: 16367803.

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

Color convert

RGB187192249-
CMYK0.250.2300.02
HSL235.16º83.78%85.49%-
HSV(B)235.16º24.9%97.65%-
XYZ56.4455.197.28-
YUV197157.34120.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 249 (97.66% from 255) = 39.65%
R=29.78%
G=30.57%
B=39.65%

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
Decimal1871922490.250.2300.02235.1683.7885.49
HexBBC0F9191702eb5455
Octal273300371312702353124125
Binary10111011110000001111100111001101110101110101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0F9; }

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

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

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

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

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

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

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

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