Html Css Color HEX #BDC2CF Link Water

📋 copy color: '#BDC2CF'

red 189 ◦ green 194 ◦ blue 207

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

Shades of Link Water #BDC2CF

Tints of Link Water #BDC2CF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.88%

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 32.03%
G = 32.88%
B = 35.08%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDC2CF (or 0xBDC2CF) is known color: Link Water. HEX triplet: BD, C2 and CF. RGB value is (189,194,207). Sum of RGB (Red+Green+Blue) = 189+194+207=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2CF is #423D30. Grayscale: #C1C1C1. Windows color (decimal): -4341041 or 13615805. OLE color: 13615805.

HSL color Cylindrical-coordinate representation of color #BDC2CF: hue angle of 223.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC2CF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 194 207 -
CMYK 0.09 0.06 0 0.19
HSL 223.33º 0.16% 0.78% -
HSV(B) 223.33º 0.09% 0.81% -
XYZ 51.54 53.91 66.72 -
YUV 193.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 189 194 207 0.09 0.06 0 0.19 223.33 0.16 0.78
Hex BD C2 CF 9 6 0 13 DF 10 4E
Octal 275 302 317 11 6 0 23 337 20 116
Binary 10111101 11000010 11001111 1001 110 0 10011 11011111 10000 1001110

Color Harmonies of #BDC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2CF

Black with #BDC2CF

Text Example


Text Example

White with #BDC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2CF; }

 p { color: rgb(189,194,207); }

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

background-color css

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

 a { background-color: rgb(189,194,207); }

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

border-color css

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

 span { border-color: rgb(189,194,207); }

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