Html Css Color HEX #B2BAAE Pumice

📋 copy color: '#B2BAAE'

red 178 ◦ green 186 ◦ blue 174

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

Shades of Pumice #B2BAAE

Tints of Pumice #B2BAAE

RGB

 RED value IS 178 (69.92% from 255) = 33.09%

 GREEN value IS 186 (73.05% from 255) = 34.57%

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

R = 33.09%
G = 34.57%
B = 32.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B2BAAE (or 0xB2BAAE) is known color: Pumice. HEX triplet: B2, BA and AE. RGB value is (178,186,174). Sum of RGB (Red+Green+Blue) = 178+186+174=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAAE is #4D4551. Grayscale: #B6B6B6. Windows color (decimal): -5064018 or 11451058. OLE color: 11451058.

HSL color Cylindrical-coordinate representation of color #B2BAAE: hue angle of 100º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2BAAE is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 186 174 -
CMYK 0.04 0 0.06 0.27
HSL 100º 0.08% 0.71% -
HSV(B) 100º 0.06% 0.73% -
XYZ 43.56 47.64 46.94 -
YUV 182.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 178 186 174 0.04 0 0.06 0.27 100 0.08 0.71
Hex B2 BA AE 4 0 6 1B 64 8 47
Octal 262 272 256 4 0 6 33 144 10 107
Binary 10110010 10111010 10101110 100 0 110 11011 1100100 1000 1000111

Color Harmonies of #B2BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BAAE

Black with #B2BAAE

Text Example


Text Example

White with #B2BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BAAE; }

 p { color: rgb(178,186,174); }

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

background-color css

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

 a { background-color: rgb(178,186,174); }

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

border-color css

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

 span { border-color: rgb(178,186,174); }

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