#BEC8CD

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

Shades of Spindle #BEC8CD

Tints of Spindle #BEC8CD

Color information

#BEC8CD (or 0xBEC8CD) is unknown color: approx Spindle. HEX triplet: BE, C8 and CD. RGB value is (190,200,205). Sum of RGB (Red+Green+Blue) = 190+200+205=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8CD is #413732. Grayscale: #C5C5C5. Windows color (decimal): -4273971 or 13486270. OLE color: 13486270.

HSL color Cylindrical-coordinate representation of color #BEC8CD: hue angle of 200º 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 #BEC8CD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190200205-
CMYK0.070.0200.20
HSL200º13.04%77.45%-
HSV(B)200º7.32%80.39%-
XYZ52.9156.6665.91-
YUV197.58132.19122.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=31.93%
G=33.61%
B=34.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902002050.070.0200.2020013.0477.45
HexBEC8CD72014c8d4d
Octal2763103157202431015115
Binary101111101100100011001101111100101001100100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8CD; }

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

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

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

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

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

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

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

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