#BCBFC9

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

Shades of Link Water #BCBFC9

Tints of Link Water #BCBFC9

Color information

#BCBFC9 (or 0xBCBFC9) is unknown color: approx Link Water. HEX triplet: BC, BF and C9. RGB value is (188,191,201). Sum of RGB (Red+Green+Blue) = 188+191+201=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFC9 is #434036. Grayscale: #BFBFBF. Windows color (decimal): -4407351 or 13221820. OLE color: 13221820.

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

Color convert

RGB188191201-
CMYK0.060.0500.21
HSL226.15º10.74%76.27%-
HSV(B)226.15º6.47%78.82%-
XYZ49.9152.1762.7-
YUV191.24133.51125.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=32.41%
G=32.93%
B=34.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881912010.060.0500.21226.1510.7476.27
HexBCBFC965015e2b4c
Octal2742773116502534213114
Binary1011110010111111110010011101010101011110001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFC9; }

 p { color: rgb(188,191,201); }

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

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

 a { background-color: rgb(188,191,201); }

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

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

 span { border-color: rgb(188,191,201); }

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