Html Css Color HEX #BDC4D2 Link Water

📋 copy color: '#BDC4D2'

red 189 ◦ green 196 ◦ blue 210

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

Shades of Link Water #BDC4D2

Tints of Link Water #BDC4D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.29%

R = 31.76%
G = 32.94%
B = 35.29%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDC4D2 (or 0xBDC4D2) is known color: Link Water. HEX triplet: BD, C4 and D2. RGB value is (189,196,210). Sum of RGB (Red+Green+Blue) = 189+196+210=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDC4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4D2 is #423B2D. Grayscale: #C3C3C3. Windows color (decimal): -4340526 or 13812925. OLE color: 13812925.

HSL color Cylindrical-coordinate representation of color #BDC4D2: hue angle of 220º degrees, saturation: 0.19, 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 #BDC4D2 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 196 210 -
CMYK 0.10 0.07 0 0.18
HSL 220º 0.19% 0.78% -
HSV(B) 220º 0.1% 0.82% -
XYZ 52.36 54.95 68.82 -
YUV 195.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 189 196 210 0.10 0.07 0 0.18 220 0.19 0.78
Hex BD C4 D2 A 7 0 12 DC 13 4E
Octal 275 304 322 12 7 0 22 334 23 116
Binary 10111101 11000100 11010010 1010 111 0 10010 11011100 10011 1001110

Color Harmonies of #BDC4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4D2

Black with #BDC4D2

Text Example


Text Example

White with #BDC4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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