#BBB2FB

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

Shades of Lavender Blue #BBB2FB

Tints of Lavender Blue #BBB2FB

Color information

#BBB2FB (or 0xBBB2FB) is unknown color: approx Lavender Blue. HEX triplet: BB, B2 and FB. RGB value is (187,178,251). Sum of RGB (Red+Green+Blue) = 187+178+251=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2FB is #444D04. Grayscale: #BCBCBC. Windows color (decimal): -4476165 or 16495291. OLE color: 16495291.

HSL color Cylindrical-coordinate representation of color #BBB2FB: hue angle of 247.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB2FB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187178251-
CMYK0.250.2900.02
HSL247.4º90.12%84.12%-
HSV(B)247.4º29.08%98.43%-
XYZ53.8349.3797.96-
YUV189.01162.98126.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 178 (69.92% from 255) = 28.90%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=30.36%
G=28.90%
B=40.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871782510.250.2900.02247.490.1284.12
HexBBB2FB191D02f75a54
Octal273262373313502367132124
Binary10111011101100101111101111001111010101111011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2FB; }

 p { color: rgb(187,178,251); }

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

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

 a { background-color: rgb(187,178,251); }

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

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

 span { border-color: rgb(187,178,251); }

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