Html Css Color HEX #BEC5BA Pumice

📋 copy color: '#BEC5BA'

red 190 ◦ green 197 ◦ blue 186

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

Shades of Pumice #BEC5BA

Tints of Pumice #BEC5BA

RGB

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

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

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

R = 33.16%
G = 34.38%
B = 32.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#BEC5BA (or 0xBEC5BA) is known color: Pumice. HEX triplet: BE, C5 and BA. RGB value is (190,197,186). Sum of RGB (Red+Green+Blue) = 190+197+186=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5BA is #413A45. Grayscale: #C1C1C1. Windows color (decimal): -4274758 or 12240318. OLE color: 12240318.

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

Color convert

RGB 190 197 186 -
CMYK 0.04 0 0.06 0.23
HSL 98.18º 0.09% 0.75% -
HSV(B) 98.18º 0.06% 0.77% -
XYZ 50.06 54.42 54.32 -
YUV 193.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 190 197 186 0.04 0 0.06 0.23 98.18 0.09 0.75
Hex BE C5 BA 4 0 6 17 62 9 4B
Octal 276 305 272 4 0 6 27 142 11 113
Binary 10111110 11000101 10111010 100 0 110 10111 1100010 1001 1001011

Color Harmonies of #BEC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5BA

Black with #BEC5BA

Text Example


Text Example

White with #BEC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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