#BDC0DD

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

Shades of Lavender Grey #BDC0DD

Tints of Lavender Grey #BDC0DD

Color information

#BDC0DD (or 0xBDC0DD) is unknown color: approx Lavender Grey. HEX triplet: BD, C0 and DD. RGB value is (189,192,221). Sum of RGB (Red+Green+Blue) = 189+192+221=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0DD is #423F22. Grayscale: #C2C2C2. Windows color (decimal): -4341539 or 14532797. OLE color: 14532797.

HSL color Cylindrical-coordinate representation of color #BDC0DD: hue angle of 234.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC0DD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189192221-
CMYK0.140.1300.13
HSL234.38º32%80.39%-
HSV(B)234.38º14.48%86.67%-
XYZ52.8953.7475.99-
YUV194.41143.01124.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=31.40%
G=31.89%
B=36.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891922210.140.1300.13234.383280.39
HexBDC0DDED0Dea2050
Octal275300335161501535240120
Binary1011110111000000110111011110110101101111010101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0DD; }

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

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

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

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

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

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

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

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