#BEC4CA

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

Shades of Spindle #BEC4CA

Tints of Spindle #BEC4CA

Color information

#BEC4CA (or 0xBEC4CA) is unknown color: approx Spindle. HEX triplet: BE, C4 and CA. RGB value is (190,196,202). Sum of RGB (Red+Green+Blue) = 190+196+202=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 196 (76.95% from 255 or 33.33% 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 #BEC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4CA is #413B35. Grayscale: #C2C2C2. Windows color (decimal): -4274998 or 13288638. OLE color: 13288638.

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

Color convert

RGB190196202-
CMYK0.060.0300.21
HSL210º10.17%76.86%-
HSV(B)210º5.94%79.22%-
XYZ51.6454.6963.71-
YUV194.89132.01124.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=32.31%
G=33.33%
B=34.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901962020.060.0300.2121010.1776.86
HexBEC4CA63015d2a4d
Octal2763043126302532212115
Binary101111101100010011001010110110101011101001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4CA; }

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

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

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

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

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

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

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

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