Html Css Color HEX #BFCDB6 Pumice

📋 copy color: '#BFCDB6'

red 191 ◦ green 205 ◦ blue 182

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

Shades of Pumice #BFCDB6

Tints of Pumice #BFCDB6

RGB

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

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

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

R = 33.04%
G = 35.47%
B = 31.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#BFCDB6 (or 0xBFCDB6) is known color: Pumice. HEX triplet: BF, CD and B6. RGB value is (191,205,182). Sum of RGB (Red+Green+Blue) = 191+205+182=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDB6 is #403249. Grayscale: #C6C6C6. Windows color (decimal): -4207178 or 11980223. OLE color: 11980223.

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

Color convert

RGB 191 205 182 -
CMYK 0.07 0 0.11 0.20
HSL 96.52º 0.19% 0.76% -
HSV(B) 96.52º 0.11% 0.8% -
XYZ 51.76 58.12 52.75 -
YUV 198.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 191 205 182 0.07 0 0.11 0.20 96.52 0.19 0.76
Hex BF CD B6 7 0 B 14 61 13 4C
Octal 277 315 266 7 0 13 24 141 23 114
Binary 10111111 11001101 10110110 111 0 1011 10100 1100001 10011 1001100

Color Harmonies of #BFCDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDB6

Black with #BFCDB6

Text Example


Text Example

White with #BFCDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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