Html Css Color HEX #BBC8B4 Pumice

📋 copy color: '#BBC8B4'

red 187 ◦ green 200 ◦ blue 180

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

Shades of Pumice #BBC8B4

Tints of Pumice #BBC8B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.75%

R = 32.98%
G = 35.27%
B = 31.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#BBC8B4 (or 0xBBC8B4) is known color: Pumice. HEX triplet: BB, C8 and B4. RGB value is (187,200,180). Sum of RGB (Red+Green+Blue) = 187+200+180=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8B4 is #44374B. Grayscale: #C1C1C1. Windows color (decimal): -4470604 or 11847867. OLE color: 11847867.

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

Color convert

RGB 187 200 180 -
CMYK 0.06 0 0.1 0.22
HSL 99º 0.15% 0.75% -
HSV(B) 99º 0.1% 0.78% -
XYZ 49.39 55.17 51.23 -
YUV 193.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 187 200 180 0.06 0 0.1 0.22 99 0.15 0.75
Hex BB C8 B4 6 0 A 16 63 F 4B
Octal 273 310 264 6 0 12 26 143 17 113
Binary 10111011 11001000 10110100 110 0 1010 10110 1100011 1111 1001011

Color Harmonies of #BBC8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8B4

Black with #BBC8B4

Text Example


Text Example

White with #BBC8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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