Html Css Color HEX #BFCDB5 Pumice

📋 copy color: '#BFCDB5'

red 191 ◦ green 205 ◦ blue 181

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

Shades of Pumice #BFCDB5

Tints of Pumice #BFCDB5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.53%

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

R = 33.1%
G = 35.53%
B = 31.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#BFCDB5 (or 0xBFCDB5) is known color: Pumice. HEX triplet: BF, CD and B5. RGB value is (191,205,181). Sum of RGB (Red+Green+Blue) = 191+205+181=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDB5 is #40324A. Grayscale: #C6C6C6. Windows color (decimal): -4207179 or 11914687. OLE color: 11914687.

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

Color convert

RGB 191 205 181 -
CMYK 0.07 0 0.12 0.20
HSL 95º 0.19% 0.76% -
HSV(B) 95º 0.12% 0.8% -
XYZ 51.66 58.08 52.2 -
YUV 198.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 191 205 181 0.07 0 0.12 0.20 95 0.19 0.76
Hex BF CD B5 7 0 C 14 5F 13 4C
Octal 277 315 265 7 0 14 24 137 23 114
Binary 10111111 11001101 10110101 111 0 1100 10100 1011111 10011 1001100

Color Harmonies of #BFCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDB5

Black with #BFCDB5

Text Example


Text Example

White with #BFCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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