#BDBAED

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

Shades of Lavender Grey #BDBAED

Tints of Lavender Grey #BDBAED

Color information

#BDBAED (or 0xBDBAED) is unknown color: approx Lavender Grey. HEX triplet: BD, BA and ED. RGB value is (189,186,237). Sum of RGB (Red+Green+Blue) = 189+186+237=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAED is #424512. Grayscale: #C0C0C0. Windows color (decimal): -4343059 or 15579837. OLE color: 15579837.

HSL color Cylindrical-coordinate representation of color #BDBAED: hue angle of 243.53º 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 #BDBAED is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189186237-
CMYK0.200.2200.07
HSL243.53º58.62%82.94%-
HSV(B)243.53º21.52%92.94%-
XYZ53.8352.0587.33-
YUV192.71152.99125.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=30.88%
G=30.39%
B=38.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891862370.200.2200.07243.5358.6282.94
HexBDBAED141607f43b53
Octal27527235524260736473123
Binary10111101101110101110110110100101100111111101001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAED; }

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

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

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

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

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

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

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

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