Html Css Color HEX #BCC8B1 Pumice

📋 copy color: '#BCC8B1'

red 188 ◦ green 200 ◦ blue 177

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

Shades of Pumice #BCC8B1

Tints of Pumice #BCC8B1

RGB

 RED value IS 188 (73.83% from 255) = 33.27%

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

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

R = 33.27%
G = 35.4%
B = 31.33%

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

#BCC8B1 (or 0xBCC8B1) is known color: Pumice. HEX triplet: BC, C8 and B1. RGB value is (188,200,177). Sum of RGB (Red+Green+Blue) = 188+200+177=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC8B1 is #43374E. Grayscale: #C1C1C1. Windows color (decimal): -4405071 or 11651260. OLE color: 11651260.

HSL color Cylindrical-coordinate representation of color #BCC8B1: hue angle of 91.3º 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 #BCC8B1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 177 -
CMYK 0.06 0 0.12 0.22
HSL 91.3º 0.17% 0.74% -
HSV(B) 91.3º 0.12% 0.78% -
XYZ 49.33 55.17 49.64 -
YUV 193.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 188 200 177 0.06 0 0.12 0.22 91.3 0.17 0.74
Hex BC C8 B1 6 0 C 16 5B 11 4A
Octal 274 310 261 6 0 14 26 133 21 112
Binary 10111100 11001000 10110001 110 0 1100 10110 1011011 10001 1001010

Color Harmonies of #BCC8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8B1

Black with #BCC8B1

Text Example


Text Example

White with #BCC8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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