Html Css Color HEX #B0ADBA Spun Pearl

📋 copy color: '#B0ADBA'

red 176 ◦ green 173 ◦ blue 186

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

Shades of Spun Pearl #B0ADBA

Tints of Spun Pearl #B0ADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 32.9%
G = 32.34%
B = 34.77%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B0ADBA (or 0xB0ADBA) is known color: Spun Pearl. HEX triplet: B0, AD and BA. RGB value is (176,173,186). Sum of RGB (Red+Green+Blue) = 176+173+186=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADBA is #4F5245. Grayscale: #AFAFAF. Windows color (decimal): -5198406 or 12234160. OLE color: 12234160.

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

Color convert

RGB 176 173 186 -
CMYK 0.05 0.07 0 0.27
HSL 253.85º 0.09% 0.7% -
HSV(B) 253.85º 0.07% 0.73% -
XYZ 41.71 42.66 52.49 -
YUV 175.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 176 173 186 0.05 0.07 0 0.27 253.85 0.09 0.7
Hex B0 AD BA 5 7 0 1B FE 9 46
Octal 260 255 272 5 7 0 33 376 11 106
Binary 10110000 10101101 10111010 101 111 0 11011 11111110 1001 1000110

Color Harmonies of #B0ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADBA

Black with #B0ADBA

Text Example


Text Example

White with #B0ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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