#BDBBED

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

Shades of Lavender Grey #BDBBED

Tints of Lavender Grey #BDBBED

Color information

#BDBBED (or 0xBDBBED) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and ED. RGB value is (189,187,237). Sum of RGB (Red+Green+Blue) = 189+187+237=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBED is #424412. Grayscale: #C1C1C1. Windows color (decimal): -4342803 or 15580093. OLE color: 15580093.

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

Color convert

RGB189187237-
CMYK0.200.2100.07
HSL242.4º58.14%83.14%-
HSV(B)242.4º21.1%92.94%-
XYZ54.0452.4787.4-
YUV193.3152.66124.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=30.83%
G=30.51%
B=38.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891872370.200.2100.07242.458.1483.14
HexBDBBED141507f23a53
Octal27527335524250736272123
Binary10111101101110111110110110100101010111111100101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBED; }

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

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

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

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

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

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

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

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