#B4BECA

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

Shades of Spindle #B4BECA

Tints of Spindle #B4BECA

Color information

#B4BECA (or 0xB4BECA) is unknown color: approx Spindle. HEX triplet: B4, BE and CA. RGB value is (180,190,202). Sum of RGB (Red+Green+Blue) = 180+190+202=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BECA is #4B4135. Grayscale: #BCBCBC. Windows color (decimal): -4931894 or 13287092. OLE color: 13287092.

HSL color Cylindrical-coordinate representation of color #B4BECA: hue angle of 212.73º degrees, saturation: 0.17, 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 #B4BECA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180190202-
CMYK0.110.0600.21
HSL212.73º17.19%74.9%-
HSV(B)212.73º10.89%79.22%-
XYZ47.950.7963.16-
YUV188.38135.69122.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=31.47%
G=33.22%
B=35.31%

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
Decimal1801902020.110.0600.21212.7317.1974.9
HexB4BECAB6015d5114b
Octal26427631213602532521113
Binary101101001011111011001010101111001010111010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BECA; }

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

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

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

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

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

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

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

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