Html Css Color HEX #BECEB2 Pumice

📋 copy color: '#BECEB2'

red 190 ◦ green 206 ◦ blue 178

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

Shades of Pumice #BECEB2

Tints of Pumice #BECEB2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.89%

 BLUE value IS 178 (69.92% from 255) = 31.01%

R = 33.1%
G = 35.89%
B = 31.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#BECEB2 (or 0xBECEB2) is known color: Pumice. HEX triplet: BE, CE and B2. RGB value is (190,206,178). Sum of RGB (Red+Green+Blue) = 190+206+178=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEB2 is #41314D. Grayscale: #C6C6C6. Windows color (decimal): -4272462 or 11718334. OLE color: 11718334.

HSL color Cylindrical-coordinate representation of color #BECEB2: hue angle of 94.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECEB2 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 178 -
CMYK 0.08 0 0.14 0.19
HSL 94.29º 0.22% 0.75% -
HSV(B) 94.29º 0.14% 0.81% -
XYZ 51.34 58.3 50.67 -
YUV 198.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 190 206 178 0.08 0 0.14 0.19 94.29 0.22 0.75
Hex BE CE B2 8 0 E 13 5E 16 4B
Octal 276 316 262 10 0 16 23 136 26 113
Binary 10111110 11001110 10110010 1000 0 1110 10011 1011110 10110 1001011

Color Harmonies of #BECEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEB2

Black with #BECEB2

Text Example


Text Example

White with #BECEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEB2; }

 p { color: rgb(190,206,178); }

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

background-color css

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

 a { background-color: rgb(190,206,178); }

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

border-color css

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

 span { border-color: rgb(190,206,178); }

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