#B3BECA

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

Shades of Spindle #B3BECA

Tints of Spindle #B3BECA

Color information

#B3BECA (or 0xB3BECA) is unknown color: approx Spindle. HEX triplet: B3, BE and CA. RGB value is (179,190,202). Sum of RGB (Red+Green+Blue) = 179+190+202=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BECA is #4C4135. Grayscale: #BCBCBC. Windows color (decimal): -4997430 or 13287091. OLE color: 13287091.

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

Color convert

RGB179190202-
CMYK0.110.0600.21
HSL211.3º17.83%74.71%-
HSV(B)211.3º11.39%79.22%-
XYZ47.6650.6763.15-
YUV188.08135.86121.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=31.35%
G=33.27%
B=35.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791902020.110.0600.21211.317.8374.71
HexB3BECAB6015d3124b
Octal26327631213602532322113
Binary101100111011111011001010101111001010111010011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BECA; }

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

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

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

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

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

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

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

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