Html Css Color HEX #BEC3BA Pumice

📋 copy color: '#BEC3BA'

red 190 ◦ green 195 ◦ blue 186

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

Shades of Pumice #BEC3BA

Tints of Pumice #BEC3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.15%

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

R = 33.27%
G = 34.15%
B = 32.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#BEC3BA (or 0xBEC3BA) is known color: Pumice. HEX triplet: BE, C3 and BA. RGB value is (190,195,186). Sum of RGB (Red+Green+Blue) = 190+195+186=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3BA is #413C45. Grayscale: #C0C0C0. Windows color (decimal): -4275270 or 12239806. OLE color: 12239806.

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

Color convert

RGB 190 195 186 -
CMYK 0.03 0 0.05 0.24
HSL 93.33º 0.07% 0.75% -
HSV(B) 93.33º 0.05% 0.76% -
XYZ 49.61 53.52 54.17 -
YUV 192.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 190 195 186 0.03 0 0.05 0.24 93.33 0.07 0.75
Hex BE C3 BA 3 0 5 18 5D 7 4B
Octal 276 303 272 3 0 5 30 135 7 113
Binary 10111110 11000011 10111010 11 0 101 11000 1011101 111 1001011

Color Harmonies of #BEC3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC3BA

Black with #BEC3BA

Text Example


Text Example

White with #BEC3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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