#BDBDD0

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

Shades of Lavender Grey #BDBDD0

Tints of Lavender Grey #BDBDD0

Color information

#BDBDD0 (or 0xBDBDD0) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and D0. RGB value is (189,189,208). Sum of RGB (Red+Green+Blue) = 189+189+208=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD0 is #42422F. Grayscale: #BFBFBF. Windows color (decimal): -4342320 or 13680061. OLE color: 13680061.

HSL color Cylindrical-coordinate representation of color #BDBDD0: hue angle of 240º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBDD0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189189208-
CMYK0.090.0900.18
HSL240º16.81%77.84%-
HSV(B)240º9.13%81.57%-
XYZ50.5751.7767-
YUV191.17137.5126.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=32.25%
G=32.25%
B=35.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891892080.090.0900.1824016.8177.84
HexBDBDD099012f0114e
Octal275275320111102236021116
Binary1011110110111101110100001001100101001011110000100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDD0; }

 p { color: rgb(189,189,208); }

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

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

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

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

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

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

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