#B0ADBB

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

Shades of Spun Pearl #B0ADBB

Tints of Spun Pearl #B0ADBB

Color information

#B0ADBB (or 0xB0ADBB) is unknown color: approx Spun Pearl. HEX triplet: B0, AD and BB. RGB value is (176,173,187). Sum of RGB (Red+Green+Blue) = 176+173+187=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADBB is #4F5244. Grayscale: #AFAFAF. Windows color (decimal): -5198405 or 12299696. OLE color: 12299696.

HSL color Cylindrical-coordinate representation of color #B0ADBB: hue angle of 252.86º 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 #B0ADBB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176173187-
CMYK0.060.0700.27
HSL252.86º9.33%70.59%-
HSV(B)252.86º7.49%73.33%-
XYZ41.8242.7153.05-
YUV175.49134.49128.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.84%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=32.84%
G=32.28%
B=34.89%

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
Decimal1761731870.060.0700.27252.869.3370.59
HexB0ADBB6701Bfd947
Octal2602552736703337511107
Binary1011000010101101101110111101110110111111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADBB; }

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

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

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

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

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

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

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

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