Html Css Color HEX #B0AFB6 Spun Pearl

📋 copy color: '#B0AFB6'

red 176 ◦ green 175 ◦ blue 182

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

Shades of Spun Pearl #B0AFB6

Tints of Spun Pearl #B0AFB6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.83%

 BLUE value IS 182 (71.48% from 255) = 34.15%

R = 33.02%
G = 32.83%
B = 34.15%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B0AFB6 (or 0xB0AFB6) is known color: Spun Pearl. HEX triplet: B0, AF and B6. RGB value is (176,175,182). Sum of RGB (Red+Green+Blue) = 176+175+182=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 182 - color contains mainly: blue. Hex color #B0AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFB6 is #4F5049. Grayscale: #B0B0B0. Windows color (decimal): -5197898 or 11972528. OLE color: 11972528.

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

Color convert

RGB 176 175 182 -
CMYK 0.03 0.04 0 0.29
HSL 248.57º 0.05% 0.7% -
HSV(B) 248.57º 0.04% 0.71% -
XYZ 41.68 43.27 50.41 -
YUV 176.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 176 175 182 0.03 0.04 0 0.29 248.57 0.05 0.7
Hex B0 AF B6 3 4 0 1D F9 5 46
Octal 260 257 266 3 4 0 35 371 5 106
Binary 10110000 10101111 10110110 11 100 0 11101 11111001 101 1000110

Color Harmonies of #B0AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AFB6

Black with #B0AFB6

Text Example


Text Example

White with #B0AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AFB6; }

 p { color: rgb(176,175,182); }

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

background-color css

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

 a { background-color: rgb(176,175,182); }

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

border-color css

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

 span { border-color: rgb(176,175,182); }

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