Html Css Color HEX #BEC2BB Pumice

📋 copy color: '#BEC2BB'

red 190 ◦ green 194 ◦ blue 187

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

Shades of Pumice #BEC2BB

Tints of Pumice #BEC2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 33.27%
G = 33.98%
B = 32.75%

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

#BEC2BB (or 0xBEC2BB) is known color: Pumice. HEX triplet: BE, C2 and BB. RGB value is (190,194,187). Sum of RGB (Red+Green+Blue) = 190+194+187=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2BB is #413D44. Grayscale: #C0C0C0. Windows color (decimal): -4275525 or 12305086. OLE color: 12305086.

HSL color Cylindrical-coordinate representation of color #BEC2BB: hue angle of 94.29º degrees, saturation: 0.05, 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 #BEC2BB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 187 -
CMYK 0.02 0 0.04 0.24
HSL 94.29º 0.05% 0.75% -
HSV(B) 94.29º 0.04% 0.76% -
XYZ 49.5 53.12 54.66 -
YUV 192.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 190 194 187 0.02 0 0.04 0.24 94.29 0.05 0.75
Hex BE C2 BB 2 0 4 18 5E 5 4B
Octal 276 302 273 2 0 4 30 136 5 113
Binary 10111110 11000010 10111011 10 0 100 11000 1011110 101 1001011

Color Harmonies of #BEC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2BB

Black with #BEC2BB

Text Example


Text Example

White with #BEC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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