Html Css Color HEX #BCC5B4 Pumice

📋 copy color: '#BCC5B4'

red 188 ◦ green 197 ◦ blue 180

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

Shades of Pumice #BCC5B4

Tints of Pumice #BCC5B4

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.87%

 BLUE value IS 180 (70.7% from 255) = 31.86%

R = 33.27%
G = 34.87%
B = 31.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#BCC5B4 (or 0xBCC5B4) is known color: Pumice. HEX triplet: BC, C5 and B4. RGB value is (188,197,180). Sum of RGB (Red+Green+Blue) = 188+197+180=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5B4 is #433A4B. Grayscale: #C0C0C0. Windows color (decimal): -4405836 or 11847100. OLE color: 11847100.

HSL color Cylindrical-coordinate representation of color #BCC5B4: hue angle of 91.76º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC5B4 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 180 -
CMYK 0.05 0 0.09 0.23
HSL 91.76º 0.13% 0.74% -
HSV(B) 91.76º 0.09% 0.77% -
XYZ 48.94 53.92 51.01 -
YUV 192.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 188 197 180 0.05 0 0.09 0.23 91.76 0.13 0.74
Hex BC C5 B4 5 0 9 17 5C D 4A
Octal 274 305 264 5 0 11 27 134 15 112
Binary 10111100 11000101 10110100 101 0 1001 10111 1011100 1101 1001010

Color Harmonies of #BCC5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5B4

Black with #BCC5B4

Text Example


Text Example

White with #BCC5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5B4; }

 p { color: rgb(188,197,180); }

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

background-color css

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

 a { background-color: rgb(188,197,180); }

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

border-color css

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

 span { border-color: rgb(188,197,180); }

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