#BFC5D8

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

Shades of Link Water #BFC5D8

Tints of Link Water #BFC5D8

Color information

#BFC5D8 (or 0xBFC5D8) is unknown color: approx Link Water. HEX triplet: BF, C5 and D8. RGB value is (191,197,216). Sum of RGB (Red+Green+Blue) = 191+197+216=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFC5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5D8 is #403A27. Grayscale: #C5C5C5. Windows color (decimal): -4209192 or 14206399. OLE color: 14206399.

HSL color Cylindrical-coordinate representation of color #BFC5D8: hue angle of 225.6º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC5D8 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191197216-
CMYK0.120.0900.15
HSL225.6º24.27%79.8%-
HSV(B)225.6º11.57%84.71%-
XYZ53.8555.9772.93-
YUV197.37138.51123.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 197 (77.34% from 255) = 32.62%
BLUE value IS 216 (84.77% from 255) = 35.76%
R=31.62%
G=32.62%
B=35.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911972160.120.0900.15225.624.2779.8
HexBFC5D8C90Fe21850
Octal277305330141101734230120
Binary101111111100010111011000110010010111111100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5D8; }

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

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

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

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

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

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

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

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