#BDBFC7

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

Shades of Link Water #BDBFC7

Tints of Link Water #BDBFC7

Color information

#BDBFC7 (or 0xBDBFC7) is unknown color: approx Link Water. HEX triplet: BD, BF and C7. RGB value is (189,191,199). Sum of RGB (Red+Green+Blue) = 189+191+199=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC7 is #424038. Grayscale: #BFBFBF. Windows color (decimal): -4341817 or 13090749. OLE color: 13090749.

HSL color Cylindrical-coordinate representation of color #BDBFC7: hue angle of 228º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBFC7 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189191199-
CMYK0.050.0400.22
HSL228º8.2%76.08%-
HSV(B)228º5.03%78.04%-
XYZ49.9352.261.48-
YUV191.31132.34126.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=32.64%
G=32.99%
B=34.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891911990.050.0400.222288.276.08
HexBDBFC754016e484c
Octal2752773075402634410114
Binary1011110110111111110001111011000101101110010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFC7; }

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

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

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

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

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

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

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

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