Html Css Color HEX #BFC8B6 Pumice

📋 copy color: '#BFC8B6'

red 191 ◦ green 200 ◦ blue 182

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

Shades of Pumice #BFC8B6

Tints of Pumice #BFC8B6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.9%

 BLUE value IS 182 (71.48% from 255) = 31.76%

R = 33.33%
G = 34.9%
B = 31.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#BFC8B6 (or 0xBFC8B6) is known color: Pumice. HEX triplet: BF, C8 and B6. RGB value is (191,200,182). Sum of RGB (Red+Green+Blue) = 191+200+182=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8B6 is #403749. Grayscale: #C3C3C3. Windows color (decimal): -4208458 or 11978943. OLE color: 11978943.

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

Color convert

RGB 191 200 182 -
CMYK 0.04 0 0.09 0.22
HSL 90º 0.14% 0.75% -
HSV(B) 90º 0.09% 0.78% -
XYZ 50.58 55.76 52.35 -
YUV 195.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 191 200 182 0.04 0 0.09 0.22 90 0.14 0.75
Hex BF C8 B6 4 0 9 16 5A E 4B
Octal 277 310 266 4 0 11 26 132 16 113
Binary 10111111 11001000 10110110 100 0 1001 10110 1011010 1110 1001011

Color Harmonies of #BFC8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC8B6

Black with #BFC8B6

Text Example


Text Example

White with #BFC8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC8B6; }

 p { color: rgb(191,200,182); }

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

background-color css

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

 a { background-color: rgb(191,200,182); }

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

border-color css

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

 span { border-color: rgb(191,200,182); }

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