Html Css Color HEX #BFCEB3 Pumice

📋 copy color: '#BFCEB3'

red 191 ◦ green 206 ◦ blue 179

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

Shades of Pumice #BFCEB3

Tints of Pumice #BFCEB3

RGB

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

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

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

R = 33.16%
G = 35.76%
B = 31.08%

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

#BFCEB3 (or 0xBFCEB3) is known color: Pumice. HEX triplet: BF, CE and B3. RGB value is (191,206,179). Sum of RGB (Red+Green+Blue) = 191+206+179=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEB3 is #40314C. Grayscale: #C6C6C6. Windows color (decimal): -4206925 or 11783871. OLE color: 11783871.

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

Color convert

RGB 191 206 179 -
CMYK 0.07 0 0.13 0.19
HSL 93.33º 0.22% 0.75% -
HSV(B) 93.33º 0.13% 0.81% -
XYZ 51.69 58.47 51.21 -
YUV 198.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 191 206 179 0.07 0 0.13 0.19 93.33 0.22 0.75
Hex BF CE B3 7 0 D 13 5D 16 4B
Octal 277 316 263 7 0 15 23 135 26 113
Binary 10111111 11001110 10110011 111 0 1101 10011 1011101 10110 1001011

Color Harmonies of #BFCEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEB3

Black with #BFCEB3

Text Example


Text Example

White with #BFCEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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