Html Css Color HEX #BCC0BA Pumice

📋 copy color: '#BCC0BA'

red 188 ◦ green 192 ◦ blue 186

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

Shades of Pumice #BCC0BA

Tints of Pumice #BCC0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.92%

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 33.22%
G = 33.92%
B = 32.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BCC0BA (or 0xBCC0BA) is known color: Pumice. HEX triplet: BC, C0 and BA. RGB value is (188,192,186). Sum of RGB (Red+Green+Blue) = 188+192+186=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0BA is #433F45. Grayscale: #BEBEBE. Windows color (decimal): -4407110 or 12239036. OLE color: 12239036.

HSL color Cylindrical-coordinate representation of color #BCC0BA: hue angle of 100º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCC0BA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 186 -
CMYK 0.02 0 0.03 0.25
HSL 100º 0.05% 0.74% -
HSV(B) 100º 0.03% 0.75% -
XYZ 48.45 51.94 53.93 -
YUV 190.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 188 192 186 0.02 0 0.03 0.25 100 0.05 0.74
Hex BC C0 BA 2 0 3 19 64 5 4A
Octal 274 300 272 2 0 3 31 144 5 112
Binary 10111100 11000000 10111010 10 0 11 11001 1100100 101 1001010

Color Harmonies of #BCC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0BA

Black with #BCC0BA

Text Example


Text Example

White with #BCC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0BA; }

 p { color: rgb(188,192,186); }

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

background-color css

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

 a { background-color: rgb(188,192,186); }

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

border-color css

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

 span { border-color: rgb(188,192,186); }

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