#BDBBEB

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

Shades of Lavender Grey #BDBBEB

Tints of Lavender Grey #BDBBEB

Color information

#BDBBEB (or 0xBDBBEB) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and EB. RGB value is (189,187,235). Sum of RGB (Red+Green+Blue) = 189+187+235=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDBBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBEB is #424414. Grayscale: #C0C0C0. Windows color (decimal): -4342805 or 15449021. OLE color: 15449021.

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

Color convert

RGB189187235-
CMYK0.200.2000.08
HSL242.5º54.55%82.75%-
HSV(B)242.5º20.43%92.16%-
XYZ53.7552.3685.87-
YUV193.07151.66125.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=30.93%
G=30.61%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891872350.200.2000.08242.554.5582.75
HexBDBBEB141408f23753
Octal275273353242401036267123
Binary101111011011101111101011101001010001000111100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBEB; }

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

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

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

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

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

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

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

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