#BBB9F4

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

Shades of Lavender Blue #BBB9F4

Tints of Lavender Blue #BBB9F4

Color information

#BBB9F4 (or 0xBBB9F4) is unknown color: approx Lavender Blue. HEX triplet: BB, B9 and F4. RGB value is (187,185,244). Sum of RGB (Red+Green+Blue) = 187+185+244=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 244 (95.70% from 255 or 39.61% from 616); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBB9F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9F4 is #44460B. Grayscale: #C0C0C0. Windows color (decimal): -4474380 or 16038331. OLE color: 16038331.

HSL color Cylindrical-coordinate representation of color #BBB9F4: hue angle of 242.03º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB9F4 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187185244-
CMYK0.230.2400.04
HSL242.03º72.84%84.12%-
HSV(B)242.03º24.18%95.69%-
XYZ54.1751.7992.73-
YUV192.32157.16124.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 244 (95.70% from 255) = 39.61%
R=30.36%
G=30.03%
B=39.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871852440.230.2400.04242.0372.8484.12
HexBBB9F4171804f24954
Octal273271364273004362111124
Binary101110111011100111110100101111100001001111001010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9F4; }

 p { color: rgb(187,185,244); }

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

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

 a { background-color: rgb(187,185,244); }

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

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

 span { border-color: rgb(187,185,244); }

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