Html Css Color HEX #BFCDB2 Pumice

📋 copy color: '#BFCDB2'

red 191 ◦ green 205 ◦ blue 178

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

Shades of Pumice #BFCDB2

Tints of Pumice #BFCDB2

RGB

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

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

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

R = 33.28%
G = 35.71%
B = 31.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#BFCDB2 (or 0xBFCDB2) is known color: Pumice. HEX triplet: BF, CD and B2. RGB value is (191,205,178). Sum of RGB (Red+Green+Blue) = 191+205+178=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDB2 is #40324D. Grayscale: #C5C5C5. Windows color (decimal): -4207182 or 11718079. OLE color: 11718079.

HSL color Cylindrical-coordinate representation of color #BFCDB2: hue angle of 91.11º degrees, saturation: 0.21, 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 #BFCDB2 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 178 -
CMYK 0.07 0 0.13 0.20
HSL 91.11º 0.21% 0.75% -
HSV(B) 91.11º 0.13% 0.8% -
XYZ 51.35 57.95 50.6 -
YUV 197.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 191 205 178 0.07 0 0.13 0.20 91.11 0.21 0.75
Hex BF CD B2 7 0 D 14 5B 15 4B
Octal 277 315 262 7 0 15 24 133 25 113
Binary 10111111 11001101 10110010 111 0 1101 10100 1011011 10101 1001011

Color Harmonies of #BFCDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDB2

Black with #BFCDB2

Text Example


Text Example

White with #BFCDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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