#BBBEFF

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

Shades of Lavender Blue #BBBEFF

Tints of Lavender Blue #BBBEFF

Color information

#BBBEFF (or 0xBBBEFF) is unknown color: approx Lavender Blue. HEX triplet: BB, BE and FF. RGB value is (187,190,255). Sum of RGB (Red+Green+Blue) = 187+190+255=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEFF is #444100. Grayscale: #C4C4C4. Windows color (decimal): -4473089 or 16760507. OLE color: 16760507.

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

Color convert

RGB187190255-
CMYK0.270.2500
HSL237.35º100%86.67%-
HSV(B)237.35º26.67%100%-
XYZ56.9654.61102.15-
YUV196.51161.01121.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 255 (100% from 255) = 40.35%
R=29.59%
G=30.06%
B=40.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871902550.270.2500237.3510086.67
HexBBBEFF1B1900ed6457
Octal273276377333100355144127
Binary1011101110111110111111111101111001001110110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEFF; }

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

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

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

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

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

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

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

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