#BEC5CC

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

Shades of Spindle #BEC5CC

Tints of Spindle #BEC5CC

Color information

#BEC5CC (or 0xBEC5CC) is unknown color: approx Spindle. HEX triplet: BE, C5 and CC. RGB value is (190,197,204). Sum of RGB (Red+Green+Blue) = 190+197+204=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5CC is #413A33. Grayscale: #C3C3C3. Windows color (decimal): -4274740 or 13419966. OLE color: 13419966.

HSL color Cylindrical-coordinate representation of color #BEC5CC: hue angle of 210º degrees, saturation: 0.12, 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 #BEC5CC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190197204-
CMYK0.070.0300.2
HSL210º12.07%77.25%-
HSV(B)210º6.86%80%-
XYZ52.155.2465.04-
YUV195.7132.68123.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 197 (77.34% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=32.15%
G=33.33%
B=34.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901972040.070.0300.221012.0777.25
HexBEC5CC73014d2c4d
Octal2763053147302432214115
Binary101111101100010111001100111110101001101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5CC; }

 p { color: rgb(190,197,204); }

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

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

 a { background-color: rgb(190,197,204); }

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

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

 span { border-color: rgb(190,197,204); }

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