Html Css Color HEX #BBC9B0 Pumice

📋 copy color: '#BBC9B0'

red 187 ◦ green 201 ◦ blue 176

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

Shades of Pumice #BBC9B0

Tints of Pumice #BBC9B0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.64%

 BLUE value IS 176 (69.14% from 255) = 31.21%

R = 33.16%
G = 35.64%
B = 31.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#BBC9B0 (or 0xBBC9B0) is known color: Pumice. HEX triplet: BB, C9 and B0. RGB value is (187,201,176). Sum of RGB (Red+Green+Blue) = 187+201+176=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC9B0 is #44364F. Grayscale: #C2C2C2. Windows color (decimal): -4470352 or 11585979. OLE color: 11585979.

HSL color Cylindrical-coordinate representation of color #BBC9B0: hue angle of 93.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC9B0 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 176 -
CMYK 0.07 0 0.12 0.21
HSL 93.6º 0.19% 0.74% -
HSV(B) 93.6º 0.12% 0.79% -
XYZ 49.22 55.47 49.19 -
YUV 193.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 187 201 176 0.07 0 0.12 0.21 93.6 0.19 0.74
Hex BB C9 B0 7 0 C 15 5E 13 4A
Octal 273 311 260 7 0 14 25 136 23 112
Binary 10111011 11001001 10110000 111 0 1100 10101 1011110 10011 1001010

Color Harmonies of #BBC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9B0

Black with #BBC9B0

Text Example


Text Example

White with #BBC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9B0; }

 p { color: rgb(187,201,176); }

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

background-color css

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

 a { background-color: rgb(187,201,176); }

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

border-color css

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

 span { border-color: rgb(187,201,176); }

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