Html Css Color HEX #B8C3AF Pumice

📋 copy color: '#B8C3AF'

red 184 ◦ green 195 ◦ blue 175

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

Shades of Pumice #B8C3AF

Tints of Pumice #B8C3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.2%

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

R = 33.21%
G = 35.2%
B = 31.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#B8C3AF (or 0xB8C3AF) is known color: Pumice. HEX triplet: B8, C3 and AF. RGB value is (184,195,175). Sum of RGB (Red+Green+Blue) = 184+195+175=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C3AF is #473C50. Grayscale: #BDBDBD. Windows color (decimal): -4668497 or 11518904. OLE color: 11518904.

HSL color Cylindrical-coordinate representation of color #B8C3AF: hue angle of 93º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C3AF is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 195 175 -
CMYK 0.06 0 0.10 0.24
HSL 93º 0.14% 0.73% -
HSV(B) 93º 0.1% 0.76% -
XYZ 47.02 52.32 48.18 -
YUV 189.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 184 195 175 0.06 0 0.10 0.24 93 0.14 0.73
Hex B8 C3 AF 6 0 A 18 5D E 49
Octal 270 303 257 6 0 12 30 135 16 111
Binary 10111000 11000011 10101111 110 0 1010 11000 1011101 1110 1001001

Color Harmonies of #B8C3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C3AF

Black with #B8C3AF

Text Example


Text Example

White with #B8C3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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