#BBB5FF

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

Shades of Lavender Blue #BBB5FF

Tints of Lavender Blue #BBB5FF

Color information

#BBB5FF (or 0xBBB5FF) is unknown color: approx Lavender Blue. HEX triplet: BB, B5 and FF. RGB value is (187,181,255). Sum of RGB (Red+Green+Blue) = 187+181+255=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5FF is #444A00. Grayscale: #BEBEBE. Windows color (decimal): -4475393 or 16758203. OLE color: 16758203.

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

Color convert

RGB187181255-
CMYK0.270.2900
HSL244.86º100%85.49%-
HSV(B)244.86º29.02%100%-
XYZ55.0750.83101.52-
YUV191.23163.99124.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 181 (71.09% from 255) = 29.05%
BLUE value IS 255 (100% from 255) = 40.93%
R=30.02%
G=29.05%
B=40.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871812550.270.2900244.8610085.49
HexBBB5FF1B1D00f56455
Octal273265377333500365144125
Binary1011101110110101111111111101111101001111010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5FF; }

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

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

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

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

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

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

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

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