Html Css Color HEX #B1BCA8 Pumice

📋 copy color: '#B1BCA8'

red 177 ◦ green 188 ◦ blue 168

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

Shades of Pumice #B1BCA8

Tints of Pumice #B1BCA8

RGB

 RED value IS 177 (69.53% from 255) = 33.21%

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

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 33.21%
G = 35.27%
B = 31.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#B1BCA8 (or 0xB1BCA8) is known color: Pumice. HEX triplet: B1, BC and A8. RGB value is (177,188,168). Sum of RGB (Red+Green+Blue) = 177+188+168=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCA8 is #4E4357. Grayscale: #B6B6B6. Windows color (decimal): -5129048 or 11058353. OLE color: 11058353.

HSL color Cylindrical-coordinate representation of color #B1BCA8: hue angle of 93º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1BCA8 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 188 168 -
CMYK 0.06 0 0.11 0.26
HSL 93º 0.13% 0.7% -
HSV(B) 93º 0.11% 0.74% -
XYZ 43.18 48.14 44.06 -
YUV 182.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 177 188 168 0.06 0 0.11 0.26 93 0.13 0.7
Hex B1 BC A8 6 0 B 1A 5D D 46
Octal 261 274 250 6 0 13 32 135 15 106
Binary 10110001 10111100 10101000 110 0 1011 11010 1011101 1101 1000110

Color Harmonies of #B1BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCA8

Black with #B1BCA8

Text Example


Text Example

White with #B1BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCA8; }

 p { color: rgb(177,188,168); }

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

background-color css

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

 a { background-color: rgb(177,188,168); }

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

border-color css

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

 span { border-color: rgb(177,188,168); }

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