Html Css Color HEX #BEC4BA Pumice

📋 copy color: '#BEC4BA'

red 190 ◦ green 196 ◦ blue 186

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

Shades of Pumice #BEC4BA

Tints of Pumice #BEC4BA

RGB

 RED value IS 190 (74.61% from 255) = 33.22%

 GREEN value IS 196 (76.95% from 255) = 34.27%

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

R = 33.22%
G = 34.27%
B = 32.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#BEC4BA (or 0xBEC4BA) is known color: Pumice. HEX triplet: BE, C4 and BA. RGB value is (190,196,186). Sum of RGB (Red+Green+Blue) = 190+196+186=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4BA is #413B45. Grayscale: #C1C1C1. Windows color (decimal): -4275014 or 12240062. OLE color: 12240062.

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

Color convert

RGB 190 196 186 -
CMYK 0.03 0 0.05 0.23
HSL 96º 0.08% 0.75% -
HSV(B) 96º 0.05% 0.77% -
XYZ 49.84 53.97 54.25 -
YUV 193.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 190 196 186 0.03 0 0.05 0.23 96 0.08 0.75
Hex BE C4 BA 3 0 5 17 60 8 4B
Octal 276 304 272 3 0 5 27 140 10 113
Binary 10111110 11000100 10111010 11 0 101 10111 1100000 1000 1001011

Color Harmonies of #BEC4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4BA

Black with #BEC4BA

Text Example


Text Example

White with #BEC4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4BA; }

 p { color: rgb(190,196,186); }

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

background-color css

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

 a { background-color: rgb(190,196,186); }

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

border-color css

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

 span { border-color: rgb(190,196,186); }

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