#BECAD5

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

Shades of Spindle #BECAD5

Tints of Spindle #BECAD5

Color information

#BECAD5 (or 0xBECAD5) is unknown color: approx Spindle. HEX triplet: BE, CA and D5. RGB value is (190,202,213). Sum of RGB (Red+Green+Blue) = 190+202+213=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #BECAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAD5 is #41352A. Grayscale: #C7C7C7. Windows color (decimal): -4273451 or 14011070. OLE color: 14011070.

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

Color convert

RGB190202213-
CMYK0.110.0500.16
HSL208.7º21.5%79.02%-
HSV(B)208.7º10.8%83.53%-
XYZ54.3757.9971.28-
YUV199.67135.52121.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=31.40%
G=33.39%
B=35.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902022130.110.0500.16208.721.579.02
HexBECAD5B5010d1154f
Octal27631232513502032125117
Binary101111101100101011010101101110101000011010001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAD5; }

 p { color: rgb(190,202,213); }

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

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

 a { background-color: rgb(190,202,213); }

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

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

 span { border-color: rgb(190,202,213); }

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