Html Css Color HEX #BEC4B8 Pumice

📋 copy color: '#BEC4B8'

red 190 ◦ green 196 ◦ blue 184

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

Shades of Pumice #BEC4B8

Tints of Pumice #BEC4B8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.39%

 BLUE value IS 184 (72.27% from 255) = 32.28%

R = 33.33%
G = 34.39%
B = 32.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#BEC4B8 (or 0xBEC4B8) is known color: Pumice. HEX triplet: BE, C4 and B8. RGB value is (190,196,184). Sum of RGB (Red+Green+Blue) = 190+196+184=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4B8 is #413B47. Grayscale: #C0C0C0. Windows color (decimal): -4275016 or 12108990. OLE color: 12108990.

HSL color Cylindrical-coordinate representation of color #BEC4B8: hue angle of 90º 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 #BEC4B8 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 184 -
CMYK 0.03 0 0.06 0.23
HSL 90º 0.09% 0.75% -
HSV(B) 90º 0.06% 0.77% -
XYZ 49.63 53.89 53.13 -
YUV 192.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 190 196 184 0.03 0 0.06 0.23 90 0.09 0.75
Hex BE C4 B8 3 0 6 17 5A 9 4B
Octal 276 304 270 3 0 6 27 132 11 113
Binary 10111110 11000100 10111000 11 0 110 10111 1011010 1001 1001011

Color Harmonies of #BEC4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4B8

Black with #BEC4B8

Text Example


Text Example

White with #BEC4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4B8; }

 p { color: rgb(190,196,184); }

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

background-color css

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

 a { background-color: rgb(190,196,184); }

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

border-color css

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

 span { border-color: rgb(190,196,184); }

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