#BDBEEA

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

Shades of Lavender Grey #BDBEEA

Tints of Lavender Grey #BDBEEA

Color information

#BDBEEA (or 0xBDBEEA) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and EA. RGB value is (189,190,234). Sum of RGB (Red+Green+Blue) = 189+190+234=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEEA is #424115. Grayscale: #C2C2C2. Windows color (decimal): -4342038 or 15384253. OLE color: 15384253.

HSL color Cylindrical-coordinate representation of color #BDBEEA: hue angle of 238.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBEEA is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189190234-
CMYK0.190.1900.08
HSL238.67º51.72%82.94%-
HSV(B)238.67º19.23%91.76%-
XYZ54.2553.5985.33-
YUV194.72150.17123.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=30.83%
G=31.00%
B=38.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891902340.190.1900.08238.6751.7282.94
HexBDBEEA131308ef3453
Octal275276352232301035764123
Binary101111011011111011101010100111001101000111011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEEA; }

 p { color: rgb(189,190,234); }

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

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

 a { background-color: rgb(189,190,234); }

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

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

 span { border-color: rgb(189,190,234); }

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