#BEC3CA

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

Shades of Spindle #BEC3CA

Tints of Spindle #BEC3CA

Color information

#BEC3CA (or 0xBEC3CA) is unknown color: approx Spindle. HEX triplet: BE, C3 and CA. RGB value is (190,195,202). Sum of RGB (Red+Green+Blue) = 190+195+202=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3CA is #413C35. Grayscale: #C2C2C2. Windows color (decimal): -4275254 or 13288382. OLE color: 13288382.

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

Color convert

RGB190195202-
CMYK0.060.0300.21
HSL215º10.17%76.86%-
HSV(B)215º5.94%79.22%-
XYZ51.4154.2463.64-
YUV194.3132.34124.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=32.37%
G=33.22%
B=34.41%

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
Decimal1901952020.060.0300.2121510.1776.86
HexBEC3CA63015d7a4d
Octal2763033126302532712115
Binary101111101100001111001010110110101011101011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3CA; }

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

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

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

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

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

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

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

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