#BFC4CD

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

Shades of Link Water #BFC4CD

Tints of Link Water #BFC4CD

Color information

#BFC4CD (or 0xBFC4CD) is unknown color: approx Link Water. HEX triplet: BF, C4 and CD. RGB value is (191,196,205). Sum of RGB (Red+Green+Blue) = 191+196+205=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4CD is #403B32. Grayscale: #C3C3C3. Windows color (decimal): -4209459 or 13485247. OLE color: 13485247.

HSL color Cylindrical-coordinate representation of color #BFC4CD: hue angle of 218.57º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC4CD is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191196205-
CMYK0.070.0400.20
HSL218.57º12.28%77.65%-
HSV(B)218.57º6.83%80.39%-
XYZ52.2554.9665.61-
YUV195.53133.34124.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=32.26%
G=33.11%
B=34.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911962050.070.0400.20218.5712.2877.65
HexBFC4CD74014dbc4e
Octal2773043157402433314116
Binary1011111111000100110011011111000101001101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4CD; }

 p { color: rgb(191,196,205); }

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

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

 a { background-color: rgb(191,196,205); }

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

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

 span { border-color: rgb(191,196,205); }

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