#BDBCD0

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

Shades of Lavender Grey #BDBCD0

Tints of Lavender Grey #BDBCD0

Color information

#BDBCD0 (or 0xBDBCD0) is unknown color: approx Lavender Grey. HEX triplet: BD, BC and D0. RGB value is (189,188,208). Sum of RGB (Red+Green+Blue) = 189+188+208=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCD0 is #42432F. Grayscale: #BEBEBE. Windows color (decimal): -4342576 or 13679805. OLE color: 13679805.

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

Color convert

RGB189188208-
CMYK0.090.1000.18
HSL243º17.54%77.65%-
HSV(B)243º9.62%81.57%-
XYZ50.3551.3466.93-
YUV190.58137.83126.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=32.31%
G=32.14%
B=35.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891882080.090.1000.1824317.5477.65
HexBDBCD09A012f3124e
Octal275274320111202236322116
Binary1011110110111100110100001001101001001011110011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCD0; }

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

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

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

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

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

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

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

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