#BFC3CA

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

Shades of Link Water #BFC3CA

Tints of Link Water #BFC3CA

Color information

#BFC3CA (or 0xBFC3CA) is unknown color: approx Link Water. HEX triplet: BF, C3 and CA. RGB value is (191,195,202). Sum of RGB (Red+Green+Blue) = 191+195+202=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3CA is #403C35. Grayscale: #C2C2C2. Windows color (decimal): -4209718 or 13288383. OLE color: 13288383.

HSL color Cylindrical-coordinate representation of color #BFC3CA: hue angle of 218.18º 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 #BFC3CA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191195202-
CMYK0.050.0300.21
HSL218.18º9.4%77.06%-
HSV(B)218.18º5.45%79.22%-
XYZ51.6654.3763.65-
YUV194.6132.17125.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=32.48%
G=33.16%
B=34.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911952020.050.0300.21218.189.477.06
HexBFC3CA53015da94d
Octal2773033125302533211115
Binary101111111100001111001010101110101011101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3CA; }

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

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

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

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

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

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

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

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