#BDBEED

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

Shades of Lavender Grey #BDBEED

Tints of Lavender Grey #BDBEED

Color information

#BDBEED (or 0xBDBEED) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and ED. RGB value is (189,190,237). Sum of RGB (Red+Green+Blue) = 189+190+237=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEED is #424112. Grayscale: #C2C2C2. Windows color (decimal): -4342035 or 15580861. OLE color: 15580861.

HSL color Cylindrical-coordinate representation of color #BDBEED: hue angle of 238.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBEED is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189190237-
CMYK0.200.2000.07
HSL238.75º57.14%83.53%-
HSV(B)238.75º20.25%92.94%-
XYZ54.6953.7687.62-
YUV195.06151.67123.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=30.68%
G=30.84%
B=38.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891902370.200.2000.07238.7557.1483.53
HexBDBEED141407ef3954
Octal27527635524240735771124
Binary10111101101111101110110110100101000111111011111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEED; }

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

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

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

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

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

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

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

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