Html Css Color HEX #BECCB3 Pumice

📋 copy color: '#BECCB3'

red 190 ◦ green 204 ◦ blue 179

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

Shades of Pumice #BECCB3

Tints of Pumice #BECCB3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

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

R = 33.16%
G = 35.6%
B = 31.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#BECCB3 (or 0xBECCB3) is known color: Pumice. HEX triplet: BE, CC and B3. RGB value is (190,204,179). Sum of RGB (Red+Green+Blue) = 190+204+179=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCB3 is #41334C. Grayscale: #C5C5C5. Windows color (decimal): -4272973 or 11783358. OLE color: 11783358.

HSL color Cylindrical-coordinate representation of color #BECCB3: hue angle of 93.6º degrees, saturation: 0.2, 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 #BECCB3 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 179 -
CMYK 0.07 0 0.12 0.2
HSL 93.6º 0.2% 0.75% -
HSV(B) 93.6º 0.12% 0.8% -
XYZ 50.96 57.39 51.04 -
YUV 196.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 190 204 179 0.07 0 0.12 0.2 93.6 0.2 0.75
Hex BE CC B3 7 0 C 14 5E 14 4B
Octal 276 314 263 7 0 14 24 136 24 113
Binary 10111110 11001100 10110011 111 0 1100 10100 1011110 10100 1001011

Color Harmonies of #BECCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCB3

Black with #BECCB3

Text Example


Text Example

White with #BECCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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