#BEC3C9

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

Shades of Spindle #BEC3C9

Tints of Spindle #BEC3C9

Color information

#BEC3C9 (or 0xBEC3C9) is unknown color: approx Spindle. HEX triplet: BE, C3 and C9. RGB value is (190,195,201). Sum of RGB (Red+Green+Blue) = 190+195+201=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEC3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3C9 is #413C36. Grayscale: #C2C2C2. Windows color (decimal): -4275255 or 13222846. OLE color: 13222846.

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

Color convert

RGB190195201-
CMYK0.050.0300.21
HSL212.73º9.24%76.67%-
HSV(B)212.73º5.47%78.82%-
XYZ51.2954.1963.02-
YUV194.19131.84125.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=32.42%
G=33.28%
B=34.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901952010.050.0300.21212.739.2476.67
HexBEC3C953015d594d
Octal2763033115302532511115
Binary101111101100001111001001101110101011101010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3C9; }

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

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

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

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

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

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

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

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