Html Css Color HEX #BEC0BD Pumice

📋 copy color: '#BEC0BD'

red 190 ◦ green 192 ◦ blue 189

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

Shades of Pumice #BEC0BD

Tints of Pumice #BEC0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.63%

 BLUE value IS 189 (74.22% from 255) = 33.1%

R = 33.27%
G = 33.63%
B = 33.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEC0BD (or 0xBEC0BD) is known color: Pumice. HEX triplet: BE, C0 and BD. RGB value is (190,192,189). Sum of RGB (Red+Green+Blue) = 190+192+189=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0BD is #413F42. Grayscale: #BFBFBF. Windows color (decimal): -4276035 or 12435646. OLE color: 12435646.

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

Color convert

RGB 190 192 189 -
CMYK 0.01 0 0.02 0.25
HSL 100º 0.02% 0.75% -
HSV(B) 100º 0.02% 0.75% -
XYZ 49.27 52.32 55.65 -
YUV 191.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 190 192 189 0.01 0 0.02 0.25 100 0.02 0.75
Hex BE C0 BD 1 0 2 19 64 2 4B
Octal 276 300 275 1 0 2 31 144 2 113
Binary 10111110 11000000 10111101 1 0 10 11001 1100100 10 1001011

Color Harmonies of #BEC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0BD

Black with #BEC0BD

Text Example


Text Example

White with #BEC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0BD; }

 p { color: rgb(190,192,189); }

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

background-color css

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

 a { background-color: rgb(190,192,189); }

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

border-color css

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

 span { border-color: rgb(190,192,189); }

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