Html Css Color HEX #BCC7B1 Pumice

📋 copy color: '#BCC7B1'

red 188 ◦ green 199 ◦ blue 177

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

Shades of Pumice #BCC7B1

Tints of Pumice #BCC7B1

RGB

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

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

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

R = 33.33%
G = 35.28%
B = 31.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#BCC7B1 (or 0xBCC7B1) is known color: Pumice. HEX triplet: BC, C7 and B1. RGB value is (188,199,177). Sum of RGB (Red+Green+Blue) = 188+199+177=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7B1 is #43384E. Grayscale: #C1C1C1. Windows color (decimal): -4405327 or 11651004. OLE color: 11651004.

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

Color convert

RGB 188 199 177 -
CMYK 0.06 0 0.11 0.22
HSL 90º 0.16% 0.74% -
HSV(B) 90º 0.11% 0.78% -
XYZ 49.1 54.71 49.57 -
YUV 193.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 188 199 177 0.06 0 0.11 0.22 90 0.16 0.74
Hex BC C7 B1 6 0 B 16 5A 10 4A
Octal 274 307 261 6 0 13 26 132 20 112
Binary 10111100 11000111 10110001 110 0 1011 10110 1011010 10000 1001010

Color Harmonies of #BCC7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7B1

Black with #BCC7B1

Text Example


Text Example

White with #BCC7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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