Html Css Color HEX #BFCAB4 Pumice

📋 copy color: '#BFCAB4'

red 191 ◦ green 202 ◦ blue 180

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

Shades of Pumice #BFCAB4

Tints of Pumice #BFCAB4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.25%

 BLUE value IS 180 (70.7% from 255) = 31.41%

R = 33.33%
G = 35.25%
B = 31.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#BFCAB4 (or 0xBFCAB4) is known color: Pumice. HEX triplet: BF, CA and B4. RGB value is (191,202,180). Sum of RGB (Red+Green+Blue) = 191+202+180=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAB4 is #40354B. Grayscale: #C4C4C4. Windows color (decimal): -4207948 or 11848383. OLE color: 11848383.

HSL color Cylindrical-coordinate representation of color #BFCAB4: hue angle of 90º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCAB4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 180 -
CMYK 0.05 0 0.11 0.21
HSL 90º 0.17% 0.75% -
HSV(B) 90º 0.11% 0.79% -
XYZ 50.84 56.61 51.43 -
YUV 196.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 191 202 180 0.05 0 0.11 0.21 90 0.17 0.75
Hex BF CA B4 5 0 B 15 5A 11 4B
Octal 277 312 264 5 0 13 25 132 21 113
Binary 10111111 11001010 10110100 101 0 1011 10101 1011010 10001 1001011

Color Harmonies of #BFCAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAB4

Black with #BFCAB4

Text Example


Text Example

White with #BFCAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAB4; }

 p { color: rgb(191,202,180); }

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

background-color css

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

 a { background-color: rgb(191,202,180); }

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

border-color css

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

 span { border-color: rgb(191,202,180); }

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