#BBBFF9

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

Shades of Lavender Blue #BBBFF9

Tints of Lavender Blue #BBBFF9

Color information

#BBBFF9 (or 0xBBBFF9) is unknown color: approx Lavender Blue. HEX triplet: BB, BF and F9. RGB value is (187,191,249). Sum of RGB (Red+Green+Blue) = 187+191+249=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBBFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFF9 is #444006. Grayscale: #C4C4C4. Windows color (decimal): -4472839 or 16367547. OLE color: 16367547.

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

Color convert

RGB187191249-
CMYK0.250.2300.02
HSL236.13º83.78%85.49%-
HSV(B)236.13º24.9%97.65%-
XYZ56.2254.6797.21-
YUV196.42157.67121.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=29.82%
G=30.46%
B=39.71%

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
Decimal1871912490.250.2300.02236.1383.7885.49
HexBBBFF9191702ec5455
Octal273277371312702354124125
Binary10111011101111111111100111001101110101110110010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFF9; }

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

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

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

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

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

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

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

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