Html Css Color HEX #BDC0C9 Link Water

📋 copy color: '#BDC0C9'

red 189 ◦ green 192 ◦ blue 201

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

Shades of Link Water #BDC0C9

Tints of Link Water #BDC0C9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.99%

 BLUE value IS 201 (78.91% from 255) = 34.54%

R = 32.47%
G = 32.99%
B = 34.54%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BDC0C9 (or 0xBDC0C9) is known color: Link Water. HEX triplet: BD, C0 and C9. RGB value is (189,192,201). Sum of RGB (Red+Green+Blue) = 189+192+201=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDC0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0C9 is #423F36. Grayscale: #C0C0C0. Windows color (decimal): -4341559 or 13222077. OLE color: 13222077.

HSL color Cylindrical-coordinate representation of color #BDC0C9: hue angle of 225º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC0C9 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 192 201 -
CMYK 0.06 0.04 0 0.21
HSL 225º 0.1% 0.76% -
HSV(B) 225º 0.06% 0.79% -
XYZ 50.38 52.74 62.78 -
YUV 192.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 189 192 201 0.06 0.04 0 0.21 225 0.1 0.76
Hex BD C0 C9 6 4 0 15 E1 A 4C
Octal 275 300 311 6 4 0 25 341 12 114
Binary 10111101 11000000 11001001 110 100 0 10101 11100001 1010 1001100

Color Harmonies of #BDC0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0C9

Black with #BDC0C9

Text Example


Text Example

White with #BDC0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0C9; }

 p { color: rgb(189,192,201); }

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

background-color css

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

 a { background-color: rgb(189,192,201); }

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

border-color css

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

 span { border-color: rgb(189,192,201); }

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