Html Css Color HEX #BEC9B3 Pumice

📋 copy color: '#BEC9B3'

red 190 ◦ green 201 ◦ blue 179

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

Shades of Pumice #BEC9B3

Tints of Pumice #BEC9B3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.26%

 BLUE value IS 179 (70.31% from 255) = 31.4%

R = 33.33%
G = 35.26%
B = 31.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#BEC9B3 (or 0xBEC9B3) is known color: Pumice. HEX triplet: BE, C9 and B3. RGB value is (190,201,179). Sum of RGB (Red+Green+Blue) = 190+201+179=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9B3 is #41364C. Grayscale: #C3C3C3. Windows color (decimal): -4273741 or 11782590. OLE color: 11782590.

HSL color Cylindrical-coordinate representation of color #BEC9B3: hue angle of 90º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC9B3 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 179 -
CMYK 0.05 0 0.11 0.21
HSL 90º 0.17% 0.75% -
HSV(B) 90º 0.11% 0.79% -
XYZ 50.26 55.98 50.8 -
YUV 195.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 190 201 179 0.05 0 0.11 0.21 90 0.17 0.75
Hex BE C9 B3 5 0 B 15 5A 11 4B
Octal 276 311 263 5 0 13 25 132 21 113
Binary 10111110 11001001 10110011 101 0 1011 10101 1011010 10001 1001011

Color Harmonies of #BEC9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9B3

Black with #BEC9B3

Text Example


Text Example

White with #BEC9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9B3; }

 p { color: rgb(190,201,179); }

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

background-color css

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

 a { background-color: rgb(190,201,179); }

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

border-color css

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

 span { border-color: rgb(190,201,179); }

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