Html Css Color HEX #BFCEB2 Pumice

📋 copy color: '#BFCEB2'

red 191 ◦ green 206 ◦ blue 178

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

Shades of Pumice #BFCEB2

Tints of Pumice #BFCEB2

RGB

 RED value IS 191 (75% from 255) = 33.22%

 GREEN value IS 206 (80.86% from 255) = 35.83%

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

R = 33.22%
G = 35.83%
B = 30.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#BFCEB2 (or 0xBFCEB2) is known color: Pumice. HEX triplet: BF, CE and B2. RGB value is (191,206,178). Sum of RGB (Red+Green+Blue) = 191+206+178=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCEB2 is #40314D. Grayscale: #C6C6C6. Windows color (decimal): -4206926 or 11718335. OLE color: 11718335.

HSL color Cylindrical-coordinate representation of color #BFCEB2: hue angle of 92.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCEB2 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 206 178 -
CMYK 0.07 0 0.14 0.19
HSL 92.14º 0.22% 0.75% -
HSV(B) 92.14º 0.14% 0.81% -
XYZ 51.59 58.43 50.68 -
YUV 198.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 191 206 178 0.07 0 0.14 0.19 92.14 0.22 0.75
Hex BF CE B2 7 0 E 13 5C 16 4B
Octal 277 316 262 7 0 16 23 134 26 113
Binary 10111111 11001110 10110010 111 0 1110 10011 1011100 10110 1001011

Color Harmonies of #BFCEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEB2

Black with #BFCEB2

Text Example


Text Example

White with #BFCEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEB2; }

 p { color: rgb(191,206,178); }

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

background-color css

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

 a { background-color: rgb(191,206,178); }

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

border-color css

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

 span { border-color: rgb(191,206,178); }

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