Html Css Color HEX #BBC8B1 Pumice

📋 copy color: '#BBC8B1'

red 187 ◦ green 200 ◦ blue 177

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

Shades of Pumice #BBC8B1

Tints of Pumice #BBC8B1

RGB

 RED value IS 187 (73.44% from 255) = 33.16%

 GREEN value IS 200 (78.52% from 255) = 35.46%

 BLUE value IS 177 (69.53% from 255) = 31.38%

R = 33.16%
G = 35.46%
B = 31.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#BBC8B1 (or 0xBBC8B1) is known color: Pumice. HEX triplet: BB, C8 and B1. RGB value is (187,200,177). Sum of RGB (Red+Green+Blue) = 187+200+177=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8B1 is #44374E. Grayscale: #C1C1C1. Windows color (decimal): -4470607 or 11651259. OLE color: 11651259.

HSL color Cylindrical-coordinate representation of color #BBC8B1: hue angle of 93.91º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC8B1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 177 -
CMYK 0.06 0 0.12 0.22
HSL 93.91º 0.17% 0.74% -
HSV(B) 93.91º 0.12% 0.78% -
XYZ 49.08 55.05 49.63 -
YUV 193.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 187 200 177 0.06 0 0.12 0.22 93.91 0.17 0.74
Hex BB C8 B1 6 0 C 16 5E 11 4A
Octal 273 310 261 6 0 14 26 136 21 112
Binary 10111011 11001000 10110001 110 0 1100 10110 1011110 10001 1001010

Color Harmonies of #BBC8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8B1

Black with #BBC8B1

Text Example


Text Example

White with #BBC8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8B1; }

 p { color: rgb(187,200,177); }

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

background-color css

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

 a { background-color: rgb(187,200,177); }

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

border-color css

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

 span { border-color: rgb(187,200,177); }

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