Html Css Color HEX #BDC1CD Link Water

📋 copy color: '#BDC1CD'

red 189 ◦ green 193 ◦ blue 205

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

Shades of Link Water #BDC1CD

Tints of Link Water #BDC1CD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.88%

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 32.2%
G = 32.88%
B = 34.92%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDC1CD (or 0xBDC1CD) is known color: Link Water. HEX triplet: BD, C1 and CD. RGB value is (189,193,205). Sum of RGB (Red+Green+Blue) = 189+193+205=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1CD is #423E32. Grayscale: #C1C1C1. Windows color (decimal): -4341299 or 13484477. OLE color: 13484477.

HSL color Cylindrical-coordinate representation of color #BDC1CD: hue angle of 225º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC1CD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 193 205 -
CMYK 0.08 0.06 0 0.20
HSL 225º 0.14% 0.77% -
HSV(B) 225º 0.08% 0.8% -
XYZ 51.08 53.37 65.37 -
YUV 193.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 189 193 205 0.08 0.06 0 0.20 225 0.14 0.77
Hex BD C1 CD 8 6 0 14 E1 E 4D
Octal 275 301 315 10 6 0 24 341 16 115
Binary 10111101 11000001 11001101 1000 110 0 10100 11100001 1110 1001101

Color Harmonies of #BDC1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1CD

Black with #BDC1CD

Text Example


Text Example

White with #BDC1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1CD; }

 p { color: rgb(189,193,205); }

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

background-color css

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

 a { background-color: rgb(189,193,205); }

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

border-color css

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

 span { border-color: rgb(189,193,205); }

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