Html Css Color HEX #BECBB2 Pumice

📋 copy color: '#BECBB2'

red 190 ◦ green 203 ◦ blue 178

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

Shades of Pumice #BECBB2

Tints of Pumice #BECBB2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.55%

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

R = 33.27%
G = 35.55%
B = 31.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#BECBB2 (or 0xBECBB2) is known color: Pumice. HEX triplet: BE, CB and B2. RGB value is (190,203,178). Sum of RGB (Red+Green+Blue) = 190+203+178=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBB2 is #41344D. Grayscale: #C4C4C4. Windows color (decimal): -4273230 or 11717566. OLE color: 11717566.

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

Color convert

RGB 190 203 178 -
CMYK 0.06 0 0.12 0.20
HSL 91.2º 0.19% 0.75% -
HSV(B) 91.2º 0.12% 0.8% -
XYZ 50.63 56.87 50.43 -
YUV 196.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 190 203 178 0.06 0 0.12 0.20 91.2 0.19 0.75
Hex BE CB B2 6 0 C 14 5B 13 4B
Octal 276 313 262 6 0 14 24 133 23 113
Binary 10111110 11001011 10110010 110 0 1100 10100 1011011 10011 1001011

Color Harmonies of #BECBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBB2

Black with #BECBB2

Text Example


Text Example

White with #BECBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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