#BBBAF4

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

Shades of Lavender Blue #BBBAF4

Tints of Lavender Blue #BBBAF4

Color information

#BBBAF4 (or 0xBBBAF4) is unknown color: approx Lavender Blue. HEX triplet: BB, BA and F4. RGB value is (187,186,244). Sum of RGB (Red+Green+Blue) = 187+186+244=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBBAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAF4 is #44450B. Grayscale: #C0C0C0. Windows color (decimal): -4474124 or 16038587. OLE color: 16038587.

HSL color Cylindrical-coordinate representation of color #BBBAF4: hue angle of 241.03º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBBAF4 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187186244-
CMYK0.230.2400.04
HSL241.03º72.5%84.31%-
HSV(B)241.03º23.77%95.69%-
XYZ54.3852.2192.8-
YUV192.91156.83123.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 244 (95.70% from 255) = 39.55%
R=30.31%
G=30.15%
B=39.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871862440.230.2400.04241.0372.584.31
HexBBBAF4171804f14854
Octal273272364273004361110124
Binary101110111011101011110100101111100001001111000110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAF4; }

 p { color: rgb(187,186,244); }

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

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

 a { background-color: rgb(187,186,244); }

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

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

 span { border-color: rgb(187,186,244); }

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