Html Css Color HEX #B8C5AF Pumice

📋 copy color: '#B8C5AF'

red 184 ◦ green 197 ◦ blue 175

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

Shades of Pumice #B8C5AF

Tints of Pumice #B8C5AF

RGB

 RED value IS 184 (72.27% from 255) = 33.09%

 GREEN value IS 197 (77.34% from 255) = 35.43%

 BLUE value IS 175 (68.75% from 255) = 31.47%

R = 33.09%
G = 35.43%
B = 31.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#B8C5AF (or 0xB8C5AF) is known color: Pumice. HEX triplet: B8, C5 and AF. RGB value is (184,197,175). Sum of RGB (Red+Green+Blue) = 184+197+175=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C5AF is #473A50. Grayscale: #BEBEBE. Windows color (decimal): -4667985 or 11519416. OLE color: 11519416.

HSL color Cylindrical-coordinate representation of color #B8C5AF: hue angle of 95.45º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8C5AF is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 184 197 175 -
CMYK 0.07 0 0.11 0.23
HSL 95.45º 0.16% 0.73% -
HSV(B) 95.45º 0.11% 0.77% -
XYZ 47.47 53.22 48.33 -
YUV 190.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 184 197 175 0.07 0 0.11 0.23 95.45 0.16 0.73
Hex B8 C5 AF 7 0 B 17 5F 10 49
Octal 270 305 257 7 0 13 27 137 20 111
Binary 10111000 11000101 10101111 111 0 1011 10111 1011111 10000 1001001

Color Harmonies of #B8C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C5AF

Black with #B8C5AF

Text Example


Text Example

White with #B8C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C5AF; }

 p { color: rgb(184,197,175); }

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

background-color css

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

 a { background-color: rgb(184,197,175); }

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

border-color css

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

 span { border-color: rgb(184,197,175); }

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