Html Css Color HEX #BDC9DB Link Water

📋 copy color: '#BDC9DB'

red 189 ◦ green 201 ◦ blue 219

#BDC9DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #BDC9DB

Tints of Link Water #BDC9DB

RGB

 RED value IS 189 (74.22% from 255) = 31.03%

 GREEN value IS 201 (78.91% from 255) = 33%

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 31.03%
G = 33%
B = 35.96%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDC9DB (or 0xBDC9DB) is known color: 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

RGB 189 201 219 -
CMYK 0.14 0.08 0 0.14
HSL 216º 0.29% 0.8% -
HSV(B) 216º 0.14% 0.86% -
XYZ 54.66 57.71 75.28 -
YUV 199.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 189 201 219 0.14 0.08 0 0.14 216 0.29 0.8
Hex BD C9 DB E 8 0 E D8 1D 50
Octal 275 311 333 16 10 0 16 330 35 120
Binary 10111101 11001001 11011011 1110 1000 0 1110 11011000 11101 1010000

Color Harmonies of #BDC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9DB

Black with #BDC9DB

Text Example


Text Example

White with #BDC9DB

Text Example


Text Example

HTML Codes & Css Web 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>