Html Css Color HEX #B0ADB9 Spun Pearl

📋 copy color: '#B0ADB9'

red 176 ◦ green 173 ◦ blue 185

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

Shades of Spun Pearl #B0ADB9

Tints of Spun Pearl #B0ADB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.64%

R = 32.96%
G = 32.4%
B = 34.64%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B0ADB9 (or 0xB0ADB9) is known color: Spun Pearl. HEX triplet: B0, AD and B9. RGB value is (176,173,185). Sum of RGB (Red+Green+Blue) = 176+173+185=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 185 - color contains mainly: blue. Hex color #B0ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADB9 is #4F5246. Grayscale: #AFAFAF. Windows color (decimal): -5198407 or 12168624. OLE color: 12168624.

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

Color convert

RGB 176 173 185 -
CMYK 0.05 0.06 0 0.27
HSL 255º 0.08% 0.7% -
HSV(B) 255º 0.06% 0.73% -
XYZ 41.61 42.62 51.93 -
YUV 175.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 176 173 185 0.05 0.06 0 0.27 255 0.08 0.7
Hex B0 AD B9 5 6 0 1B FF 8 46
Octal 260 255 271 5 6 0 33 377 10 106
Binary 10110000 10101101 10111001 101 110 0 11011 11111111 1000 1000110

Color Harmonies of #B0ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADB9

Black with #B0ADB9

Text Example


Text Example

White with #B0ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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