#B1BECA

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

Shades of Spindle #B1BECA

Tints of Spindle #B1BECA

Color information

#B1BECA (or 0xB1BECA) is unknown color: approx Spindle. HEX triplet: B1, BE and CA. RGB value is (177,190,202). Sum of RGB (Red+Green+Blue) = 177+190+202=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BECA is #4E4135. Grayscale: #BBBBBB. Windows color (decimal): -5128502 or 13287089. OLE color: 13287089.

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

Color convert

RGB177190202-
CMYK0.120.0600.21
HSL208.8º19.08%74.31%-
HSV(B)208.8º12.38%79.22%-
XYZ47.2150.4463.12-
YUV187.48136.19120.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=31.11%
G=33.39%
B=35.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771902020.120.0600.21208.819.0874.31
HexB1BECAC6015d1134a
Octal26127631214602532123112
Binary101100011011111011001010110011001010111010001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BECA; }

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

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

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

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

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

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

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

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