Html Css Color HEX #BFCCB5 Pumice

📋 copy color: '#BFCCB5'

red 191 ◦ green 204 ◦ blue 181

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

Shades of Pumice #BFCCB5

Tints of Pumice #BFCCB5

RGB

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

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

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

R = 33.16%
G = 35.42%
B = 31.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#BFCCB5 (or 0xBFCCB5) is known color: Pumice. HEX triplet: BF, CC and B5. RGB value is (191,204,181). Sum of RGB (Red+Green+Blue) = 191+204+181=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCB5 is #40334A. Grayscale: #C5C5C5. Windows color (decimal): -4207435 or 11914431. OLE color: 11914431.

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

Color convert

RGB 191 204 181 -
CMYK 0.06 0 0.11 0.2
HSL 93.91º 0.18% 0.75% -
HSV(B) 93.91º 0.11% 0.8% -
XYZ 51.42 57.6 52.12 -
YUV 197.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 191 204 181 0.06 0 0.11 0.2 93.91 0.18 0.75
Hex BF CC B5 6 0 B 14 5E 12 4B
Octal 277 314 265 6 0 13 24 136 22 113
Binary 10111111 11001100 10110101 110 0 1011 10100 1011110 10010 1001011

Color Harmonies of #BFCCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCB5

Black with #BFCCB5

Text Example


Text Example

White with #BFCCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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