#BCBEC4

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

Shades of Link Water #BCBEC4

Tints of Link Water #BCBEC4

Color information

#BCBEC4 (or 0xBCBEC4) is unknown color: approx Link Water. HEX triplet: BC, BE and C4. RGB value is (188,190,196). Sum of RGB (Red+Green+Blue) = 188+190+196=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEC4 is #43413B. Grayscale: #BEBEBE. Windows color (decimal): -4407612 or 12893884. OLE color: 12893884.

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

Color convert

RGB188190196-
CMYK0.040.0300.23
HSL225º6.35%75.29%-
HSV(B)225º4.08%76.86%-
XYZ49.1251.559.58-
YUV190.09131.34126.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=32.75%
G=33.10%
B=34.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881901960.040.0300.232256.3575.29
HexBCBEC443017e164b
Octal274276304430273416113
Binary10111100101111101100010010011010111111000011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEC4; }

 p { color: rgb(188,190,196); }

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

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

 a { background-color: rgb(188,190,196); }

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

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

 span { border-color: rgb(188,190,196); }

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