#BFBAED

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

Shades of Lavender Grey #BFBAED

Tints of Lavender Grey #BFBAED

Color information

#BFBAED (or 0xBFBAED) is unknown color: approx Lavender Grey. HEX triplet: BF, BA and ED. RGB value is (191,186,237). Sum of RGB (Red+Green+Blue) = 191+186+237=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAED is #404512. Grayscale: #C1C1C1. Windows color (decimal): -4211987 or 15579839. OLE color: 15579839.

HSL color Cylindrical-coordinate representation of color #BFBAED: hue angle of 245.88º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBAED is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191186237-
CMYK0.190.2200.07
HSL245.88º58.62%82.94%-
HSV(B)245.88º21.52%92.94%-
XYZ54.3352.3187.35-
YUV193.31152.66126.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=31.11%
G=30.29%
B=38.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911862370.190.2200.07245.8858.6282.94
HexBFBAED131607f63b53
Octal27727235523260736673123
Binary10111111101110101110110110011101100111111101101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAED; }

 p { color: rgb(191,186,237); }

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

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

 a { background-color: rgb(191,186,237); }

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

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

 span { border-color: rgb(191,186,237); }

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