#BEC7D2

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

Shades of Spindle #BEC7D2

Tints of Spindle #BEC7D2

Color information

#BEC7D2 (or 0xBEC7D2) is unknown color: approx Spindle. HEX triplet: BE, C7 and D2. RGB value is (190,199,210). Sum of RGB (Red+Green+Blue) = 190+199+210=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEC7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7D2 is #41382D. Grayscale: #C5C5C5. Windows color (decimal): -4274222 or 13813694. OLE color: 13813694.

HSL color Cylindrical-coordinate representation of color #BEC7D2: hue angle of 213º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC7D2 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190199210-
CMYK0.100.0500.18
HSL213º18.18%78.43%-
HSV(B)213º9.52%82.35%-
XYZ53.2956.4569.06-
YUV197.56135.02122.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 199 (78.12% from 255) = 33.22%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=31.72%
G=33.22%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901992100.100.0500.1821318.1878.43
HexBEC7D2A5012d5124e
Octal27630732212502232522116
Binary101111101100011111010010101010101001011010101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7D2; }

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

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

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

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

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

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

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

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