#BBBAF1

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

Shades of Lavender Grey #BBBAF1

Tints of Lavender Grey #BBBAF1

Color information

#BBBAF1 (or 0xBBBAF1) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and F1. RGB value is (187,186,241). Sum of RGB (Red+Green+Blue) = 187+186+241=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAF1 is #44450E. Grayscale: #C0C0C0. Windows color (decimal): -4474127 or 15841979. OLE color: 15841979.

HSL color Cylindrical-coordinate representation of color #BBBAF1: hue angle of 241.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBAF1 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187186241-
CMYK0.220.2300.05
HSL241.09º66.27%83.73%-
HSV(B)241.09º22.82%94.51%-
XYZ53.9352.0390.42-
YUV192.57155.33124.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=30.46%
G=30.29%
B=39.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871862410.220.2300.05241.0966.2783.73
HexBBBAF1161705f14254
Octal273272361262705361102124
Binary101110111011101011110001101101011101011111000110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAF1; }

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

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

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

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

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

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

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

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