Html Css Color HEX #BEC5B9 Pumice

📋 copy color: '#BEC5B9'

red 190 ◦ green 197 ◦ blue 185

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

Shades of Pumice #BEC5B9

Tints of Pumice #BEC5B9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

 BLUE value IS 185 (72.66% from 255) = 32.34%

R = 33.22%
G = 34.44%
B = 32.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#BEC5B9 (or 0xBEC5B9) is known color: Pumice. HEX triplet: BE, C5 and B9. RGB value is (190,197,185). Sum of RGB (Red+Green+Blue) = 190+197+185=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5B9 is #413A46. Grayscale: #C1C1C1. Windows color (decimal): -4274759 or 12174782. OLE color: 12174782.

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

Color convert

RGB 190 197 185 -
CMYK 0.04 0 0.06 0.23
HSL 95º 0.09% 0.75% -
HSV(B) 95º 0.06% 0.77% -
XYZ 49.96 54.38 53.76 -
YUV 193.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 190 197 185 0.04 0 0.06 0.23 95 0.09 0.75
Hex BE C5 B9 4 0 6 17 5F 9 4B
Octal 276 305 271 4 0 6 27 137 11 113
Binary 10111110 11000101 10111001 100 0 110 10111 1011111 1001 1001011

Color Harmonies of #BEC5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5B9

Black with #BEC5B9

Text Example


Text Example

White with #BEC5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5B9; }

 p { color: rgb(190,197,185); }

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

background-color css

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

 a { background-color: rgb(190,197,185); }

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

border-color css

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

 span { border-color: rgb(190,197,185); }

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