Html Css Color HEX #BDC8DC Link Water

📋 copy color: '#BDC8DC'

red 189 ◦ green 200 ◦ blue 220

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

Shades of Link Water #BDC8DC

Tints of Link Water #BDC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.84%

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

R = 31.03%
G = 32.84%
B = 36.12%

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

#BDC8DC (or 0xBDC8DC) is known color: Link Water. HEX triplet: BD, C8 and DC. RGB value is (189,200,220). Sum of RGB (Red+Green+Blue) = 189+200+220=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8DC is #423723. Grayscale: #C6C6C6. Windows color (decimal): -4339492 or 14469309. OLE color: 14469309.

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

Color convert

RGB 189 200 220 -
CMYK 0.14 0.09 0 0.14
HSL 218.71º 0.31% 0.8% -
HSV(B) 218.71º 0.14% 0.86% -
XYZ 54.56 57.29 75.89 -
YUV 198.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 189 200 220 0.14 0.09 0 0.14 218.71 0.31 0.8
Hex BD C8 DC E 9 0 E DB 1F 50
Octal 275 310 334 16 11 0 16 333 37 120
Binary 10111101 11001000 11011100 1110 1001 0 1110 11011011 11111 1010000

Color Harmonies of #BDC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8DC

Black with #BDC8DC

Text Example


Text Example

White with #BDC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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