#BDC7DB

Color #BDC7DB Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #BDC7DB

Tints of Link Water #BDC7DB

Color information

#BDC7DB (or 0xBDC7DB) is unknown color: approx Link Water. HEX triplet: BD, C7 and DB. RGB value is (189,199,219). Sum of RGB (Red+Green+Blue) = 189+199+219=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7DB is #423824. Grayscale: #C6C6C6. Windows color (decimal): -4339749 or 14403517. OLE color: 14403517.

HSL color Cylindrical-coordinate representation of color #BDC7DB: hue angle of 220º 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 #BDC7DB is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189199219-
CMYK0.140.0900.14
HSL220º29.41%80%-
HSV(B)220º13.7%85.88%-
XYZ54.256.7875.12-
YUV198.29139.69121.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 199 (78.12% from 255) = 32.78%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=31.14%
G=32.78%
B=36.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891992190.140.0900.1422029.4180
HexBDC7DBE90Edc1d50
Octal275307333161101633435120
Binary101111011100011111011011111010010111011011100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7DB; }

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

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

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

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

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

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

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

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