#BBC1F9

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

Shades of Lavender Blue #BBC1F9

Tints of Lavender Blue #BBC1F9

Color information

#BBC1F9 (or 0xBBC1F9) is unknown color: approx Lavender Blue. HEX triplet: BB, C1 and F9. RGB value is (187,193,249). Sum of RGB (Red+Green+Blue) = 187+193+249=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBC1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1F9 is #443E06. Grayscale: #C5C5C5. Windows color (decimal): -4472327 or 16368059. OLE color: 16368059.

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

Color convert

RGB187193249-
CMYK0.250.2200.02
HSL234.19º83.78%85.49%-
HSV(B)234.19º24.9%97.65%-
XYZ56.6655.5497.36-
YUV197.59157.01120.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 193 (75.78% from 255) = 30.68%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=29.73%
G=30.68%
B=39.59%

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
Decimal1871932490.250.2200.02234.1983.7885.49
HexBBC1F9191602ea5455
Octal273301371312602352124125
Binary10111011110000011111100111001101100101110101010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1F9; }

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

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

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

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

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

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

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

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