Html Css Color HEX #BCBFBA Pumice

📋 copy color: '#BCBFBA'

red 188 ◦ green 191 ◦ blue 186

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

Shades of Pumice #BCBFBA

Tints of Pumice #BCBFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 33.81%

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

R = 33.27%
G = 33.81%
B = 32.92%

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

#BCBFBA (or 0xBCBFBA) is known color: Pumice. HEX triplet: BC, BF and BA. RGB value is (188,191,186). Sum of RGB (Red+Green+Blue) = 188+191+186=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFBA is #434045. Grayscale: #BDBDBD. Windows color (decimal): -4407366 or 12238780. OLE color: 12238780.

HSL color Cylindrical-coordinate representation of color #BCBFBA: hue angle of 96º degrees, saturation: 0.04, 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 #BCBFBA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 186 -
CMYK 0.02 0 0.03 0.25
HSL 96º 0.04% 0.74% -
HSV(B) 96º 0.03% 0.75% -
XYZ 48.23 51.5 53.85 -
YUV 189.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 188 191 186 0.02 0 0.03 0.25 96 0.04 0.74
Hex BC BF BA 2 0 3 19 60 4 4A
Octal 274 277 272 2 0 3 31 140 4 112
Binary 10111100 10111111 10111010 10 0 11 11001 1100000 100 1001010

Color Harmonies of #BCBFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFBA

Black with #BCBFBA

Text Example


Text Example

White with #BCBFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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