Html Css Color HEX #BFCCB2 Pumice

📋 copy color: '#BFCCB2'

red 191 ◦ green 204 ◦ blue 178

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

Shades of Pumice #BFCCB2

Tints of Pumice #BFCCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.06%

R = 33.33%
G = 35.6%
B = 31.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#BFCCB2 (or 0xBFCCB2) is known color: Pumice. HEX triplet: BF, CC and B2. RGB value is (191,204,178). Sum of RGB (Red+Green+Blue) = 191+204+178=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCB2 is #40334D. Grayscale: #C5C5C5. Windows color (decimal): -4207438 or 11717823. OLE color: 11717823.

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

Color convert

RGB 191 204 178 -
CMYK 0.06 0 0.13 0.2
HSL 90º 0.2% 0.75% -
HSV(B) 90º 0.13% 0.8% -
XYZ 51.11 57.48 50.52 -
YUV 197.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 191 204 178 0.06 0 0.13 0.2 90 0.2 0.75
Hex BF CC B2 6 0 D 14 5A 14 4B
Octal 277 314 262 6 0 15 24 132 24 113
Binary 10111111 11001100 10110010 110 0 1101 10100 1011010 10100 1001011

Color Harmonies of #BFCCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCB2

Black with #BFCCB2

Text Example


Text Example

White with #BFCCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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