Html Css Color HEX #BBC7B3 Pumice

📋 copy color: '#BBC7B3'

red 187 ◦ green 199 ◦ blue 179

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

Shades of Pumice #BBC7B3

Tints of Pumice #BBC7B3

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.22%

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

R = 33.1%
G = 35.22%
B = 31.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#BBC7B3 (or 0xBBC7B3) is known color: Pumice. HEX triplet: BB, C7 and B3. RGB value is (187,199,179). Sum of RGB (Red+Green+Blue) = 187+199+179=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7B3 is #44384C. Grayscale: #C1C1C1. Windows color (decimal): -4470861 or 11782075. OLE color: 11782075.

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

Color convert

RGB 187 199 179 -
CMYK 0.06 0 0.10 0.22
HSL 96º 0.15% 0.74% -
HSV(B) 96º 0.1% 0.78% -
XYZ 49.05 54.67 50.61 -
YUV 193.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 187 199 179 0.06 0 0.10 0.22 96 0.15 0.74
Hex BB C7 B3 6 0 A 16 60 F 4A
Octal 273 307 263 6 0 12 26 140 17 112
Binary 10111011 11000111 10110011 110 0 1010 10110 1100000 1111 1001010

Color Harmonies of #BBC7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7B3

Black with #BBC7B3

Text Example


Text Example

White with #BBC7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7B3; }

 p { color: rgb(187,199,179); }

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

background-color css

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

 a { background-color: rgb(187,199,179); }

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

border-color css

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

 span { border-color: rgb(187,199,179); }

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