#B0AEBB

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

Shades of Spun Pearl #B0AEBB

Tints of Spun Pearl #B0AEBB

Color information

#B0AEBB (or 0xB0AEBB) is unknown color: approx Spun Pearl. HEX triplet: B0, AE and BB. RGB value is (176,174,187). Sum of RGB (Red+Green+Blue) = 176+174+187=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEBB is #4F5144. Grayscale: #B0B0B0. Windows color (decimal): -5198149 or 12299952. OLE color: 12299952.

HSL color Cylindrical-coordinate representation of color #B0AEBB: hue angle of 249.23º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0AEBB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176174187-
CMYK0.060.0700.27
HSL249.23º8.72%70.78%-
HSV(B)249.23º6.95%73.33%-
XYZ42.0143.0953.12-
YUV176.08134.16127.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=32.77%
G=32.40%
B=34.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761741870.060.0700.27249.238.7270.78
HexB0AEBB6701Bf9947
Octal2602562736703337111107
Binary1011000010101110101110111101110110111111100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEBB; }

 p { color: rgb(176,174,187); }

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

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

 a { background-color: rgb(176,174,187); }

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

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

 span { border-color: rgb(176,174,187); }

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