#BECAD0

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

Shades of Spindle #BECAD0

Tints of Spindle #BECAD0

Color information

#BECAD0 (or 0xBECAD0) is unknown color: approx Spindle. HEX triplet: BE, CA and D0. RGB value is (190,202,208). Sum of RGB (Red+Green+Blue) = 190+202+208=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #BECAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAD0 is #41352F. Grayscale: #C7C7C7. Windows color (decimal): -4273456 or 13683390. OLE color: 13683390.

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

Color convert

RGB190202208-
CMYK0.090.0300.18
HSL200º16.07%78.04%-
HSV(B)200º8.65%81.57%-
XYZ53.7457.7467.99-
YUV199.1133.02121.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.67%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=31.67%
G=33.67%
B=34.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902022080.090.0300.1820016.0778.04
HexBECAD093012c8104e
Octal27631232011302231020116
Binary10111110110010101101000010011101001011001000100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAD0; }

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

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

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

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

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

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

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

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