Html Css Color HEX #BEC2BA Pumice

📋 copy color: '#BEC2BA'

red 190 ◦ green 194 ◦ blue 186

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

Shades of Pumice #BEC2BA

Tints of Pumice #BEC2BA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.04%

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

R = 33.33%
G = 34.04%
B = 32.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#BEC2BA (or 0xBEC2BA) is known color: Pumice. HEX triplet: BE, C2 and BA. RGB value is (190,194,186). Sum of RGB (Red+Green+Blue) = 190+194+186=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2BA is #413D45. Grayscale: #BFBFBF. Windows color (decimal): -4275526 or 12239550. OLE color: 12239550.

HSL color Cylindrical-coordinate representation of color #BEC2BA: hue angle of 90º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC2BA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 186 -
CMYK 0.02 0 0.04 0.24
HSL 90º 0.06% 0.75% -
HSV(B) 90º 0.04% 0.76% -
XYZ 49.39 53.08 54.1 -
YUV 191.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 190 194 186 0.02 0 0.04 0.24 90 0.06 0.75
Hex BE C2 BA 2 0 4 18 5A 6 4B
Octal 276 302 272 2 0 4 30 132 6 113
Binary 10111110 11000010 10111010 10 0 100 11000 1011010 110 1001011

Color Harmonies of #BEC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2BA

Black with #BEC2BA

Text Example


Text Example

White with #BEC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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