Html Css Color HEX #BDC4D9 Link Water

📋 copy color: '#BDC4D9'

red 189 ◦ green 196 ◦ blue 217

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

Shades of Link Water #BDC4D9

Tints of Link Water #BDC4D9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.56%

 BLUE value IS 217 (85.16% from 255) = 36.05%

R = 31.4%
G = 32.56%
B = 36.05%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDC4D9 (or 0xBDC4D9) is known color: Link Water. HEX triplet: BD, C4 and D9. RGB value is (189,196,217). Sum of RGB (Red+Green+Blue) = 189+196+217=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDC4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4D9 is #423B26. Grayscale: #C4C4C4. Windows color (decimal): -4340519 or 14271677. OLE color: 14271677.

HSL color Cylindrical-coordinate representation of color #BDC4D9: hue angle of 225º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC4D9 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 196 217 -
CMYK 0.13 0.10 0 0.15
HSL 225º 0.27% 0.8% -
HSV(B) 225º 0.13% 0.85% -
XYZ 53.25 55.31 73.51 -
YUV 196.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 189 196 217 0.13 0.10 0 0.15 225 0.27 0.8
Hex BD C4 D9 D A 0 F E1 1B 50
Octal 275 304 331 15 12 0 17 341 33 120
Binary 10111101 11000100 11011001 1101 1010 0 1111 11100001 11011 1010000

Color Harmonies of #BDC4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4D9

Black with #BDC4D9

Text Example


Text Example

White with #BDC4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4D9; }

 p { color: rgb(189,196,217); }

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

background-color css

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

 a { background-color: rgb(189,196,217); }

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

border-color css

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

 span { border-color: rgb(189,196,217); }

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