#BECAD8

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

Shades of Spindle #BECAD8

Tints of Spindle #BECAD8

Color information

#BECAD8 (or 0xBECAD8) is unknown color: approx Spindle. HEX triplet: BE, CA and D8. RGB value is (190,202,216). Sum of RGB (Red+Green+Blue) = 190+202+216=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #BECAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAD8 is #413527. Grayscale: #C7C7C7. Windows color (decimal): -4273448 or 14207678. OLE color: 14207678.

HSL color Cylindrical-coordinate representation of color #BECAD8: hue angle of 212.31º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BECAD8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190202216-
CMYK0.120.0600.15
HSL212.31º25%79.61%-
HSV(B)212.31º12.04%84.71%-
XYZ54.7558.1573.3-
YUV200.01137.02120.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=31.25%
G=33.22%
B=35.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902022160.120.0600.15212.312579.61
HexBECAD8C60Fd41950
Octal27631233014601732431120
Binary10111110110010101101100011001100111111010100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAD8; }

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

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

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

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

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

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

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

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