Html Css Color HEX #B0ADB7 Spun Pearl

📋 copy color: '#B0ADB7'

red 176 ◦ green 173 ◦ blue 183

#B0ADB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spun Pearl #B0ADB7

Tints of Spun Pearl #B0ADB7

RGB

 RED value IS 176 (69.14% from 255) = 33.08%

 GREEN value IS 173 (67.97% from 255) = 32.52%

 BLUE value IS 183 (71.88% from 255) = 34.4%

R = 33.08%
G = 32.52%
B = 34.4%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B0ADB7 (or 0xB0ADB7) is known color: Spun Pearl. HEX triplet: B0, AD and B7. RGB value is (176,173,183). Sum of RGB (Red+Green+Blue) = 176+173+183=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 183 - color contains mainly: blue. Hex color #B0ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADB7 is #4F5248. Grayscale: #AFAFAF. Windows color (decimal): -5198409 or 12037552. OLE color: 12037552.

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

Color convert

RGB 176 173 183 -
CMYK 0.04 0.05 0 0.28
HSL 258º 0.06% 0.7% -
HSV(B) 258º 0.05% 0.72% -
XYZ 41.4 42.54 50.83 -
YUV 175.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 176 173 183 0.04 0.05 0 0.28 258 0.06 0.7
Hex B0 AD B7 4 5 0 1C 102 6 46
Octal 260 255 267 4 5 0 34 402 6 106
Binary 10110000 10101101 10110111 100 101 0 11100 100000010 110 1000110

Color Harmonies of #B0ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADB7

Black with #B0ADB7

Text Example


Text Example

White with #B0ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADB7; }

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

 H1.HeaderClassName
 {
   color: #B0ADB7;
 }
 .AnyTagClassName
 {
   color: #B0ADB7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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