Html Css Color HEX #B5BCAF Pumice

📋 copy color: '#B5BCAF'

red 181 ◦ green 188 ◦ blue 175

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

Shades of Pumice #B5BCAF

Tints of Pumice #B5BCAF

RGB

 RED value IS 181 (71.09% from 255) = 33.27%

 GREEN value IS 188 (73.83% from 255) = 34.56%

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

R = 33.27%
G = 34.56%
B = 32.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#B5BCAF (or 0xB5BCAF) is known color: Pumice. HEX triplet: B5, BC and AF. RGB value is (181,188,175). Sum of RGB (Red+Green+Blue) = 181+188+175=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BCAF is #4A4350. Grayscale: #B8B8B8. Windows color (decimal): -4866897 or 11517109. OLE color: 11517109.

HSL color Cylindrical-coordinate representation of color #B5BCAF: hue angle of 92.31º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5BCAF is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 188 175 -
CMYK 0.04 0 0.07 0.26
HSL 92.31º 0.09% 0.71% -
HSV(B) 92.31º 0.07% 0.74% -
XYZ 44.78 48.89 47.63 -
YUV 184.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 181 188 175 0.04 0 0.07 0.26 92.31 0.09 0.71
Hex B5 BC AF 4 0 7 1A 5C 9 47
Octal 265 274 257 4 0 7 32 134 11 107
Binary 10110101 10111100 10101111 100 0 111 11010 1011100 1001 1000111

Color Harmonies of #B5BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCAF

Black with #B5BCAF

Text Example


Text Example

White with #B5BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCAF; }

 p { color: rgb(181,188,175); }

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

background-color css

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

 a { background-color: rgb(181,188,175); }

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

border-color css

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

 span { border-color: rgb(181,188,175); }

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