#BDBFC5

Color #BDBFC5 Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #BDBFC5

Tints of Link Water #BDBFC5

Color information

#BDBFC5 (or 0xBDBFC5) is unknown color: approx Link Water. HEX triplet: BD, BF and C5. RGB value is (189,191,197). Sum of RGB (Red+Green+Blue) = 189+191+197=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC5 is #42403A. Grayscale: #BFBFBF. Windows color (decimal): -4341819 or 12959677. OLE color: 12959677.

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

Color convert

RGB189191197-
CMYK0.040.0300.23
HSL225º6.45%75.69%-
HSV(B)225º4.06%77.25%-
XYZ49.752.1160.26-
YUV191.09131.34126.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=32.76%
G=33.10%
B=34.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891911970.040.0300.232256.4575.69
HexBDBFC543017e164c
Octal275277305430273416114
Binary10111101101111111100010110011010111111000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFC5; }

 p { color: rgb(189,191,197); }

 H1.HeaderClassName
 {
   color: #BDBFC5;
 }
 .AnyTagClassName
 {
   color: #BDBFC5;
 }
</style>
background-color css

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

 a { background-color: rgb(189,191,197); }

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

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

 span { border-color: rgb(189,191,197); }

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