#BBBDF6

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

Shades of Lavender Blue #BBBDF6

Tints of Lavender Blue #BBBDF6

Color information

#BBBDF6 (or 0xBBBDF6) is unknown color: approx Lavender Blue. HEX triplet: BB, BD and F6. RGB value is (187,189,246). Sum of RGB (Red+Green+Blue) = 187+189+246=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBBDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDF6 is #444209. Grayscale: #C2C2C2. Windows color (decimal): -4473354 or 16170427. OLE color: 16170427.

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

Color convert

RGB187189246-
CMYK0.240.2300.04
HSL237.97º76.62%84.9%-
HSV(B)237.97º23.98%96.47%-
XYZ55.3353.6194.62-
YUV194.9156.84122.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=30.06%
G=30.39%
B=39.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871892460.240.2300.04237.9776.6284.9
HexBBBDF6181704ee4d55
Octal273275366302704356115125
Binary101110111011110111110110110001011101001110111010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDF6; }

 p { color: rgb(187,189,246); }

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

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

 a { background-color: rgb(187,189,246); }

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

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

 span { border-color: rgb(187,189,246); }

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