#BEC7CD

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

Shades of Spindle #BEC7CD

Tints of Spindle #BEC7CD

Color information

#BEC7CD (or 0xBEC7CD) is unknown color: approx Spindle. HEX triplet: BE, C7 and CD. RGB value is (190,199,205). Sum of RGB (Red+Green+Blue) = 190+199+205=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7CD is #413832. Grayscale: #C4C4C4. Windows color (decimal): -4274227 or 13486014. OLE color: 13486014.

HSL color Cylindrical-coordinate representation of color #BEC7CD: hue angle of 204º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC7CD is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190199205-
CMYK0.070.0300.20
HSL204º13.04%77.45%-
HSV(B)204º7.32%80.39%-
XYZ52.6856.265.83-
YUV196.99132.52123.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 199 (78.12% from 255) = 33.50%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=31.99%
G=33.50%
B=34.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901992050.070.0300.2020413.0477.45
HexBEC7CD73014ccd4d
Octal2763073157302431415115
Binary101111101100011111001101111110101001100110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7CD; }

 p { color: rgb(190,199,205); }

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

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

 a { background-color: rgb(190,199,205); }

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

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

 span { border-color: rgb(190,199,205); }

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