#BDC9DB

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

Shades of Link Water #BDC9DB

Tints of Link Water #BDC9DB

Color information

#BDC9DB (or 0xBDC9DB) is unknown color: approx Link Water. HEX triplet: BD, C9 and DB. RGB value is (189,201,219). Sum of RGB (Red+Green+Blue) = 189+201+219=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9DB is #423624. Grayscale: #C7C7C7. Windows color (decimal): -4339237 or 14404029. OLE color: 14404029.

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

Color convert

RGB189201219-
CMYK0.140.0800.14
HSL216º29.41%80%-
HSV(B)216º13.7%85.88%-
XYZ54.6657.7175.28-
YUV199.46139.02120.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 201 (78.91% from 255) = 33.00%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=31.03%
G=33.00%
B=35.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892012190.140.0800.1421629.4180
HexBDC9DBE80Ed81d50
Octal275311333161001633035120
Binary101111011100100111011011111010000111011011000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9DB; }

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

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

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

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

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

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

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

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