Html Css Color HEX #BCC8B0 Pumice

📋 copy color: '#BCC8B0'

red 188 ◦ green 200 ◦ blue 176

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

Shades of Pumice #BCC8B0

Tints of Pumice #BCC8B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.21%

R = 33.33%
G = 35.46%
B = 31.21%

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

#BCC8B0 (or 0xBCC8B0) is known color: Pumice. HEX triplet: BC, C8 and B0. RGB value is (188,200,176). Sum of RGB (Red+Green+Blue) = 188+200+176=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC8B0 is #43374F. Grayscale: #C1C1C1. Windows color (decimal): -4405072 or 11585724. OLE color: 11585724.

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

Color convert

RGB 188 200 176 -
CMYK 0.06 0 0.12 0.22
HSL 90º 0.18% 0.74% -
HSV(B) 90º 0.12% 0.78% -
XYZ 49.23 55.13 49.12 -
YUV 193.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 188 200 176 0.06 0 0.12 0.22 90 0.18 0.74
Hex BC C8 B0 6 0 C 16 5A 12 4A
Octal 274 310 260 6 0 14 26 132 22 112
Binary 10111100 11001000 10110000 110 0 1100 10110 1011010 10010 1001010

Color Harmonies of #BCC8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8B0

Black with #BCC8B0

Text Example


Text Example

White with #BCC8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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