#B1AFB6

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

Shades of Spun Pearl #B1AFB6

Tints of Spun Pearl #B1AFB6

Color information

#B1AFB6 (or 0xB1AFB6) is unknown color: approx Spun Pearl. HEX triplet: B1, AF and B6. RGB value is (177,175,182). Sum of RGB (Red+Green+Blue) = 177+175+182=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 182 - color contains mainly: blue. Hex color #B1AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFB6 is #4E5049. Grayscale: #B0B0B0. Windows color (decimal): -5132362 or 11972529. OLE color: 11972529.

HSL color Cylindrical-coordinate representation of color #B1AFB6: hue angle of 257.14º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B1AFB6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177175182-
CMYK0.030.0400.29
HSL257.14º4.58%70%-
HSV(B)257.14º3.85%71.37%-
XYZ41.943.3850.42-
YUV176.4131.16128.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 182 (71.48% from 255) = 34.08%
R=33.15%
G=32.77%
B=34.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771751820.030.0400.29257.144.5870
HexB1AFB63401D101546
Octal261257266340354015106
Binary101100011010111110110110111000111011000000011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFB6; }

 p { color: rgb(177,175,182); }

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

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

 a { background-color: rgb(177,175,182); }

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

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

 span { border-color: rgb(177,175,182); }

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