#BECACF

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

Shades of Spindle #BECACF

Tints of Spindle #BECACF

Color information

#BECACF (or 0xBECACF) is unknown color: approx Spindle. HEX triplet: BE, CA and CF. RGB value is (190,202,207). Sum of RGB (Red+Green+Blue) = 190+202+207=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #BECACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECACF is #413530. Grayscale: #C6C6C6. Windows color (decimal): -4273457 or 13617854. OLE color: 13617854.

HSL color Cylindrical-coordinate representation of color #BECACF: hue angle of 197.65º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECACF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190202207-
CMYK0.080.0200.19
HSL197.65º15.04%77.84%-
HSV(B)197.65º8.21%81.18%-
XYZ53.6257.6967.34-
YUV198.98132.52121.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=31.72%
G=33.72%
B=34.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902022070.080.0200.19197.6515.0477.84
HexBECACF82013c6f4e
Octal27631231710202330617116
Binary1011111011001010110011111000100100111100011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECACF; }

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

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

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

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

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

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

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

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