Html Css Color HEX #BECAB2 Pumice

📋 copy color: '#BECAB2'

red 190 ◦ green 202 ◦ blue 178

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

Shades of Pumice #BECAB2

Tints of Pumice #BECAB2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.44%

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

R = 33.33%
G = 35.44%
B = 31.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#BECAB2 (or 0xBECAB2) is known color: Pumice. HEX triplet: BE, CA and B2. RGB value is (190,202,178). Sum of RGB (Red+Green+Blue) = 190+202+178=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAB2 is #41354D. Grayscale: #C3C3C3. Windows color (decimal): -4273486 or 11717310. OLE color: 11717310.

HSL color Cylindrical-coordinate representation of color #BECAB2: hue angle of 90º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BECAB2 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 178 -
CMYK 0.06 0 0.12 0.21
HSL 90º 0.18% 0.75% -
HSV(B) 90º 0.12% 0.79% -
XYZ 50.39 56.4 50.35 -
YUV 195.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 190 202 178 0.06 0 0.12 0.21 90 0.18 0.75
Hex BE CA B2 6 0 C 15 5A 12 4B
Octal 276 312 262 6 0 14 25 132 22 113
Binary 10111110 11001010 10110010 110 0 1100 10101 1011010 10010 1001011

Color Harmonies of #BECAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAB2

Black with #BECAB2

Text Example


Text Example

White with #BECAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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