#BECAD3

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

Shades of Spindle #BECAD3

Tints of Spindle #BECAD3

Color information

#BECAD3 (or 0xBECAD3) is unknown color: approx Spindle. HEX triplet: BE, CA and D3. RGB value is (190,202,211). Sum of RGB (Red+Green+Blue) = 190+202+211=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #BECAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAD3 is #41352C. Grayscale: #C7C7C7. Windows color (decimal): -4273453 or 13879998. OLE color: 13879998.

HSL color Cylindrical-coordinate representation of color #BECAD3: hue angle of 205.71º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECAD3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190202211-
CMYK0.100.0400.17
HSL205.71º19.27%78.63%-
HSV(B)205.71º9.95%82.75%-
XYZ54.1157.8969.95-
YUV199.44134.52121.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=31.51%
G=33.50%
B=34.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902022110.100.0400.17205.7119.2778.63
HexBECAD3A4011ce134f
Octal27631232312402131623117
Binary101111101100101011010011101010001000111001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAD3; }

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

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

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

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

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

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

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

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