#BBB5FE

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

Shades of Lavender Blue #BBB5FE

Tints of Lavender Blue #BBB5FE

Color information

#BBB5FE (or 0xBBB5FE) is unknown color: approx Lavender Blue. HEX triplet: BB, B5 and FE. RGB value is (187,181,254). Sum of RGB (Red+Green+Blue) = 187+181+254=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5FE is #444A01. Grayscale: #BEBEBE. Windows color (decimal): -4475394 or 16692667. OLE color: 16692667.

HSL color Cylindrical-coordinate representation of color #BBB5FE: hue angle of 244.93º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB5FE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187181254-
CMYK0.260.2900.00
HSL244.93º97.33%85.29%-
HSV(B)244.93º28.74%99.61%-
XYZ54.9150.77100.67-
YUV191.12163.49125.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 181 (71.09% from 255) = 29.10%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=30.06%
G=29.10%
B=40.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871812540.260.2900.00244.9397.3385.29
HexBBB5FE1A1D00f56155
Octal273265376323500365141125
Binary1011101110110101111111101101011101001111010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5FE; }

 p { color: rgb(187,181,254); }

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

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

 a { background-color: rgb(187,181,254); }

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

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

 span { border-color: rgb(187,181,254); }

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