Html Css Color HEX #BBC3B7 Pumice

📋 copy color: '#BBC3B7'

red 187 ◦ green 195 ◦ blue 183

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

Shades of Pumice #BBC3B7

Tints of Pumice #BBC3B7

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.51%

 BLUE value IS 183 (71.88% from 255) = 32.39%

R = 33.1%
G = 34.51%
B = 32.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#BBC3B7 (or 0xBBC3B7) is known color: Pumice. HEX triplet: BB, C3 and B7. RGB value is (187,195,183). Sum of RGB (Red+Green+Blue) = 187+195+183=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3B7 is #443C48. Grayscale: #BFBFBF. Windows color (decimal): -4471881 or 12043195. OLE color: 12043195.

HSL color Cylindrical-coordinate representation of color #BBC3B7: hue angle of 100º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC3B7 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 183 -
CMYK 0.04 0 0.06 0.24
HSL 100º 0.09% 0.74% -
HSV(B) 100º 0.06% 0.76% -
XYZ 48.56 53.01 52.47 -
YUV 191.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 187 195 183 0.04 0 0.06 0.24 100 0.09 0.74
Hex BB C3 B7 4 0 6 18 64 9 4A
Octal 273 303 267 4 0 6 30 144 11 112
Binary 10111011 11000011 10110111 100 0 110 11000 1100100 1001 1001010

Color Harmonies of #BBC3B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3B7

Black with #BBC3B7

Text Example


Text Example

White with #BBC3B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3B7; }

 p { color: rgb(187,195,183); }

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

background-color css

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

 a { background-color: rgb(187,195,183); }

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

border-color css

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

 span { border-color: rgb(187,195,183); }

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