Html Css Color HEX #BFCEB4 Pumice

📋 copy color: '#BFCEB4'

red 191 ◦ green 206 ◦ blue 180

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

Shades of Pumice #BFCEB4

Tints of Pumice #BFCEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.2%

R = 33.1%
G = 35.7%
B = 31.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#BFCEB4 (or 0xBFCEB4) is known color: Pumice. HEX triplet: BF, CE and B4. RGB value is (191,206,180). Sum of RGB (Red+Green+Blue) = 191+206+180=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEB4 is #40314B. Grayscale: #C6C6C6. Windows color (decimal): -4206924 or 11849407. OLE color: 11849407.

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

Color convert

RGB 191 206 180 -
CMYK 0.07 0 0.13 0.19
HSL 94.62º 0.21% 0.76% -
HSV(B) 94.62º 0.13% 0.81% -
XYZ 51.8 58.51 51.74 -
YUV 198.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 191 206 180 0.07 0 0.13 0.19 94.62 0.21 0.76
Hex BF CE B4 7 0 D 13 5F 15 4C
Octal 277 316 264 7 0 15 23 137 25 114
Binary 10111111 11001110 10110100 111 0 1101 10011 1011111 10101 1001100

Color Harmonies of #BFCEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEB4

Black with #BFCEB4

Text Example


Text Example

White with #BFCEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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