#BBAEFF

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

Shades of Lavender Blue #BBAEFF

Tints of Lavender Blue #BBAEFF

Color information

#BBAEFF (or 0xBBAEFF) is unknown color: approx Lavender Blue. HEX triplet: BB, AE and FF. RGB value is (187,174,255). Sum of RGB (Red+Green+Blue) = 187+174+255=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEFF is #445100. Grayscale: #BABABA. Windows color (decimal): -4477185 or 16756411. OLE color: 16756411.

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

Color convert

RGB187174255-
CMYK0.270.3200
HSL249.63º100%84.12%-
HSV(B)249.63º31.76%100%-
XYZ53.6848.06101.05-
YUV187.12166.31127.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 255 (100% from 255) = 41.40%
R=30.36%
G=28.25%
B=41.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871742550.270.3200249.6310084.12
HexBBAEFF1B2000fa6454
Octal273256377334000372144124
Binary10111011101011101111111111011100000001111101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEFF; }

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

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

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

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

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

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

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

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