#BDC0D1

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

Shades of Lavender Grey #BDC0D1

Tints of Lavender Grey #BDC0D1

Color information

#BDC0D1 (or 0xBDC0D1) is unknown color: approx Lavender Grey. HEX triplet: BD, C0 and D1. RGB value is (189,192,209). Sum of RGB (Red+Green+Blue) = 189+192+209=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0D1 is #423F2E. Grayscale: #C0C0C0. Windows color (decimal): -4341551 or 13746365. OLE color: 13746365.

HSL color Cylindrical-coordinate representation of color #BDC0D1: hue angle of 231º 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 #BDC0D1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189192209-
CMYK0.100.0800.18
HSL231º17.86%78.04%-
HSV(B)231º9.57%81.96%-
XYZ51.3453.1267.87-
YUV193.04137.01125.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 192 (75.39% from 255) = 32.54%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=32.03%
G=32.54%
B=35.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891922090.100.0800.1823117.8678.04
HexBDC0D1A8012e7124e
Octal275300321121002234722116
Binary1011110111000000110100011010100001001011100111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0D1; }

 p { color: rgb(189,192,209); }

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

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

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

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

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

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

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