#BDC0DB

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

Shades of Lavender Grey #BDC0DB

Tints of Lavender Grey #BDC0DB

Color information

#BDC0DB (or 0xBDC0DB) is unknown color: approx Lavender Grey. HEX triplet: BD, C0 and DB. RGB value is (189,192,219). Sum of RGB (Red+Green+Blue) = 189+192+219=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0DB is #423F24. Grayscale: #C2C2C2. Windows color (decimal): -4341541 or 14401725. OLE color: 14401725.

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

Color convert

RGB189192219-
CMYK0.140.1200.14
HSL234º29.41%80%-
HSV(B)234º13.7%85.88%-
XYZ52.6253.6374.6-
YUV194.18142.01124.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 192 (75.39% from 255) = 32%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=31.5%
G=32%
B=36.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891922190.140.1200.1423429.4180
HexBDC0DBEC0Eea1d50
Octal275300333161401635235120
Binary101111011100000011011011111011000111011101010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0DB; }

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

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

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

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

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

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

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

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