#BFC1CA

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

Shades of Link Water #BFC1CA

Tints of Link Water #BFC1CA

Color information

#BFC1CA (or 0xBFC1CA) is unknown color: approx Link Water. HEX triplet: BF, C1 and CA. RGB value is (191,193,202). Sum of RGB (Red+Green+Blue) = 191+193+202=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CA is #403E35. Grayscale: #C1C1C1. Windows color (decimal): -4210230 or 13287871. OLE color: 13287871.

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

Color convert

RGB191193202-
CMYK0.050.0400.21
HSL229.09º9.4%77.06%-
HSV(B)229.09º5.45%79.22%-
XYZ51.2253.4863.5-
YUV193.43132.84126.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=32.59%
G=32.94%
B=34.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911932020.050.0400.21229.099.477.06
HexBFC1CA54015e594d
Octal2773013125402534511115
Binary1011111111000001110010101011000101011110010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1CA; }

 p { color: rgb(191,193,202); }

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

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

 a { background-color: rgb(191,193,202); }

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

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

 span { border-color: rgb(191,193,202); }

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