Html Css Color HEX #BECBB3 Pumice

📋 copy color: '#BECBB3'

red 190 ◦ green 203 ◦ blue 179

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

Shades of Pumice #BECBB3

Tints of Pumice #BECBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.29%

R = 33.22%
G = 35.49%
B = 31.29%

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

#BECBB3 (or 0xBECBB3) is known color: Pumice. HEX triplet: BE, CB and B3. RGB value is (190,203,179). Sum of RGB (Red+Green+Blue) = 190+203+179=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBB3 is #41344C. Grayscale: #C4C4C4. Windows color (decimal): -4273229 or 11783102. OLE color: 11783102.

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

Color convert

RGB 190 203 179 -
CMYK 0.06 0 0.12 0.20
HSL 92.5º 0.19% 0.75% -
HSV(B) 92.5º 0.12% 0.8% -
XYZ 50.73 56.91 50.96 -
YUV 196.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 190 203 179 0.06 0 0.12 0.20 92.5 0.19 0.75
Hex BE CB B3 6 0 C 14 5C 13 4B
Octal 276 313 263 6 0 14 24 134 23 113
Binary 10111110 11001011 10110011 110 0 1100 10100 1011100 10011 1001011

Color Harmonies of #BECBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBB3

Black with #BECBB3

Text Example


Text Example

White with #BECBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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