Html Css Color HEX #BCC5B6 Pumice

📋 copy color: '#BCC5B6'

red 188 ◦ green 197 ◦ blue 182

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

Shades of Pumice #BCC5B6

Tints of Pumice #BCC5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.1%

R = 33.16%
G = 34.74%
B = 32.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#BCC5B6 (or 0xBCC5B6) is known color: Pumice. HEX triplet: BC, C5 and B6. RGB value is (188,197,182). Sum of RGB (Red+Green+Blue) = 188+197+182=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5B6 is #433A49. Grayscale: #C0C0C0. Windows color (decimal): -4405834 or 11978172. OLE color: 11978172.

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

Color convert

RGB 188 197 182 -
CMYK 0.05 0 0.08 0.23
HSL 96º 0.11% 0.74% -
HSV(B) 96º 0.08% 0.77% -
XYZ 49.15 54 52.09 -
YUV 192.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 188 197 182 0.05 0 0.08 0.23 96 0.11 0.74
Hex BC C5 B6 5 0 8 17 60 B 4A
Octal 274 305 266 5 0 10 27 140 13 112
Binary 10111100 11000101 10110110 101 0 1000 10111 1100000 1011 1001010

Color Harmonies of #BCC5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5B6

Black with #BCC5B6

Text Example


Text Example

White with #BCC5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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