#BFC3CB

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

Shades of Link Water #BFC3CB

Tints of Link Water #BFC3CB

Color information

#BFC3CB (or 0xBFC3CB) is unknown color: approx Link Water. HEX triplet: BF, C3 and CB. RGB value is (191,195,203). Sum of RGB (Red+Green+Blue) = 191+195+203=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3CB is #403C34. Grayscale: #C2C2C2. Windows color (decimal): -4209717 or 13353919. OLE color: 13353919.

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

Color convert

RGB191195203-
CMYK0.060.0400.20
HSL220º10.34%77.25%-
HSV(B)220º5.91%79.61%-
XYZ51.7854.4264.27-
YUV194.72132.67125.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=32.43%
G=33.11%
B=34.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911952030.060.0400.2022010.3477.25
HexBFC3CB64014dca4d
Octal2773033136402433412115
Binary1011111111000011110010111101000101001101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3CB; }

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

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

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

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

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

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

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

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