Html Css Color HEX #BDC9DC Link Water

📋 copy color: '#BDC9DC'

red 189 ◦ green 201 ◦ blue 220

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

Shades of Link Water #BDC9DC

Tints of Link Water #BDC9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 30.98%
G = 32.95%
B = 36.07%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDC9DC (or 0xBDC9DC) is known color: Link Water. HEX triplet: BD, C9 and DC. RGB value is (189,201,220). Sum of RGB (Red+Green+Blue) = 189+201+220=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9DC is #423623. Grayscale: #C7C7C7. Windows color (decimal): -4339236 or 14469565. OLE color: 14469565.

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

Color convert

RGB 189 201 220 -
CMYK 0.14 0.09 0 0.14
HSL 216.77º 0.31% 0.8% -
HSV(B) 216.77º 0.14% 0.86% -
XYZ 54.79 57.76 75.97 -
YUV 199.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 189 201 220 0.14 0.09 0 0.14 216.77 0.31 0.8
Hex BD C9 DC E 9 0 E D9 1F 50
Octal 275 311 334 16 11 0 16 331 37 120
Binary 10111101 11001001 11011100 1110 1001 0 1110 11011001 11111 1010000

Color Harmonies of #BDC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9DC

Black with #BDC9DC

Text Example


Text Example

White with #BDC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9DC; }

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

 H1.HeaderClassName
 {
   color: #BDC9DC;
 }
 .AnyTagClassName
 {
   color: #BDC9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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