Html Css Color HEX #B8C1AF Pumice

📋 copy color: '#B8C1AF'

red 184 ◦ green 193 ◦ blue 175

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

Shades of Pumice #B8C1AF

Tints of Pumice #B8C1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.96%

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

R = 33.33%
G = 34.96%
B = 31.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#B8C1AF (or 0xB8C1AF) is known color: Pumice. HEX triplet: B8, C1 and AF. RGB value is (184,193,175). Sum of RGB (Red+Green+Blue) = 184+193+175=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C1AF is #473E50. Grayscale: #BCBCBC. Windows color (decimal): -4669009 or 11518392. OLE color: 11518392.

HSL color Cylindrical-coordinate representation of color #B8C1AF: hue angle of 90º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8C1AF is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 193 175 -
CMYK 0.05 0 0.09 0.24
HSL 90º 0.13% 0.72% -
HSV(B) 90º 0.09% 0.76% -
XYZ 46.57 51.43 48.03 -
YUV 188.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 184 193 175 0.05 0 0.09 0.24 90 0.13 0.72
Hex B8 C1 AF 5 0 9 18 5A D 48
Octal 270 301 257 5 0 11 30 132 15 110
Binary 10111000 11000001 10101111 101 0 1001 11000 1011010 1101 1001000

Color Harmonies of #B8C1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C1AF

Black with #B8C1AF

Text Example


Text Example

White with #B8C1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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