Html Css Color HEX #B4BCAE Pumice

📋 copy color: '#B4BCAE'

red 180 ◦ green 188 ◦ blue 174

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

Shades of Pumice #B4BCAE

Tints of Pumice #B4BCAE

RGB

 RED value IS 180 (70.7% from 255) = 33.21%

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

 BLUE value IS 174 (68.36% from 255) = 32.1%

R = 33.21%
G = 34.69%
B = 32.1%

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

#B4BCAE (or 0xB4BCAE) is known color: Pumice. HEX triplet: B4, BC and AE. RGB value is (180,188,174). Sum of RGB (Red+Green+Blue) = 180+188+174=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BCAE is #4B4351. Grayscale: #B8B8B8. Windows color (decimal): -4932434 or 11451572. OLE color: 11451572.

HSL color Cylindrical-coordinate representation of color #B4BCAE: hue angle of 94.29º 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 #B4BCAE is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 188 174 -
CMYK 0.04 0 0.07 0.26
HSL 94.29º 0.09% 0.71% -
HSV(B) 94.29º 0.07% 0.74% -
XYZ 44.45 48.73 47.11 -
YUV 184.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 180 188 174 0.04 0 0.07 0.26 94.29 0.09 0.71
Hex B4 BC AE 4 0 7 1A 5E 9 47
Octal 264 274 256 4 0 7 32 136 11 107
Binary 10110100 10111100 10101110 100 0 111 11010 1011110 1001 1000111

Color Harmonies of #B4BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCAE

Black with #B4BCAE

Text Example


Text Example

White with #B4BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCAE; }

 p { color: rgb(180,188,174); }

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

background-color css

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

 a { background-color: rgb(180,188,174); }

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

border-color css

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

 span { border-color: rgb(180,188,174); }

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