Html Css Color HEX #BFCEB5 Pumice

📋 copy color: '#BFCEB5'

red 191 ◦ green 206 ◦ blue 181

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

Shades of Pumice #BFCEB5

Tints of Pumice #BFCEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.31%

R = 33.04%
G = 35.64%
B = 31.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#BFCEB5 (or 0xBFCEB5) is known color: Pumice. HEX triplet: BF, CE and B5. RGB value is (191,206,181). Sum of RGB (Red+Green+Blue) = 191+206+181=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEB5 is #40314A. Grayscale: #C6C6C6. Windows color (decimal): -4206923 or 11914943. OLE color: 11914943.

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

Color convert

RGB 191 206 181 -
CMYK 0.07 0 0.12 0.19
HSL 96º 0.2% 0.76% -
HSV(B) 96º 0.12% 0.81% -
XYZ 51.9 58.56 52.28 -
YUV 198.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 191 206 181 0.07 0 0.12 0.19 96 0.2 0.76
Hex BF CE B5 7 0 C 13 60 14 4C
Octal 277 316 265 7 0 14 23 140 24 114
Binary 10111111 11001110 10110101 111 0 1100 10011 1100000 10100 1001100

Color Harmonies of #BFCEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEB5

Black with #BFCEB5

Text Example


Text Example

White with #BFCEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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