Html Css Color HEX #BDC4D1 Link Water

📋 copy color: '#BDC4D1'

red 189 ◦ green 196 ◦ blue 209

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

Shades of Link Water #BDC4D1

Tints of Link Water #BDC4D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.19%

R = 31.82%
G = 33%
B = 35.19%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDC4D1 (or 0xBDC4D1) is known color: Link Water. HEX triplet: BD, C4 and D1. RGB value is (189,196,209). Sum of RGB (Red+Green+Blue) = 189+196+209=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDC4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4D1 is #423B2E. Grayscale: #C3C3C3. Windows color (decimal): -4340527 or 13747389. OLE color: 13747389.

HSL color Cylindrical-coordinate representation of color #BDC4D1: hue angle of 219º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC4D1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 196 209 -
CMYK 0.10 0.06 0 0.18
HSL 219º 0.18% 0.78% -
HSV(B) 219º 0.1% 0.82% -
XYZ 52.23 54.9 68.17 -
YUV 195.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 189 196 209 0.10 0.06 0 0.18 219 0.18 0.78
Hex BD C4 D1 A 6 0 12 DB 12 4E
Octal 275 304 321 12 6 0 22 333 22 116
Binary 10111101 11000100 11010001 1010 110 0 10010 11011011 10010 1001110

Color Harmonies of #BDC4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4D1

Black with #BDC4D1

Text Example


Text Example

White with #BDC4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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