Html Css Color HEX #B8C1B3 Pumice

📋 copy color: '#B8C1B3'

red 184 ◦ green 193 ◦ blue 179

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

Shades of Pumice #B8C1B3

Tints of Pumice #B8C1B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.19%

R = 33.09%
G = 34.71%
B = 32.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#B8C1B3 (or 0xB8C1B3) is known color: Pumice. HEX triplet: B8, C1 and B3. RGB value is (184,193,179). Sum of RGB (Red+Green+Blue) = 184+193+179=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C1B3 is #473E4C. Grayscale: #BCBCBC. Windows color (decimal): -4669005 or 11780536. OLE color: 11780536.

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

Color convert

RGB 184 193 179 -
CMYK 0.05 0 0.07 0.24
HSL 98.57º 0.1% 0.73% -
HSV(B) 98.57º 0.07% 0.76% -
XYZ 46.97 51.58 50.13 -
YUV 188.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 184 193 179 0.05 0 0.07 0.24 98.57 0.1 0.73
Hex B8 C1 B3 5 0 7 18 63 A 49
Octal 270 301 263 5 0 7 30 143 12 111
Binary 10111000 11000001 10110011 101 0 111 11000 1100011 1010 1001001

Color Harmonies of #B8C1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C1B3

Black with #B8C1B3

Text Example


Text Example

White with #B8C1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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