Html Css Color HEX #BECCB2 Pumice

📋 copy color: '#BECCB2'

red 190 ◦ green 204 ◦ blue 178

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

Shades of Pumice #BECCB2

Tints of Pumice #BECCB2

RGB

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

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

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

R = 33.22%
G = 35.66%
B = 31.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#BECCB2 (or 0xBECCB2) is known color: Pumice. HEX triplet: BE, CC and B2. RGB value is (190,204,178). Sum of RGB (Red+Green+Blue) = 190+204+178=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCB2 is #41334D. Grayscale: #C4C4C4. Windows color (decimal): -4272974 or 11717822. OLE color: 11717822.

HSL color Cylindrical-coordinate representation of color #BECCB2: hue angle of 92.31º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECCB2 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 178 -
CMYK 0.07 0 0.13 0.2
HSL 92.31º 0.2% 0.75% -
HSV(B) 92.31º 0.13% 0.8% -
XYZ 50.86 57.35 50.51 -
YUV 196.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 190 204 178 0.07 0 0.13 0.2 92.31 0.2 0.75
Hex BE CC B2 7 0 D 14 5C 14 4B
Octal 276 314 262 7 0 15 24 134 24 113
Binary 10111110 11001100 10110010 111 0 1101 10100 1011100 10100 1001011

Color Harmonies of #BECCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCB2

Black with #BECCB2

Text Example


Text Example

White with #BECCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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