Html Css Color HEX #B7BEB2 Pumice

📋 copy color: '#B7BEB2'

red 183 ◦ green 190 ◦ blue 178

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

Shades of Pumice #B7BEB2

Tints of Pumice #B7BEB2

RGB

 RED value IS 183 (71.88% from 255) = 33.21%

 GREEN value IS 190 (74.61% from 255) = 34.48%

 BLUE value IS 178 (69.92% from 255) = 32.3%

R = 33.21%
G = 34.48%
B = 32.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#B7BEB2 (or 0xB7BEB2) is known color: Pumice. HEX triplet: B7, BE and B2. RGB value is (183,190,178). Sum of RGB (Red+Green+Blue) = 183+190+178=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BEB2 is #48414D. Grayscale: #BABABA. Windows color (decimal): -4735310 or 11714231. OLE color: 11714231.

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

Color convert

RGB 183 190 178 -
CMYK 0.04 0 0.06 0.25
HSL 95º 0.08% 0.72% -
HSV(B) 95º 0.06% 0.75% -
XYZ 45.98 50.11 49.37 -
YUV 186.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 183 190 178 0.04 0 0.06 0.25 95 0.08 0.72
Hex B7 BE B2 4 0 6 19 5F 8 48
Octal 267 276 262 4 0 6 31 137 10 110
Binary 10110111 10111110 10110010 100 0 110 11001 1011111 1000 1001000

Color Harmonies of #B7BEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEB2

Black with #B7BEB2

Text Example


Text Example

White with #B7BEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEB2; }

 p { color: rgb(183,190,178); }

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

background-color css

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

 a { background-color: rgb(183,190,178); }

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

border-color css

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

 span { border-color: rgb(183,190,178); }

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