Html Css Color HEX #BFC4BF Paris White

📋 copy color: '#BFC4BF'

red 191 ◦ green 196 ◦ blue 191

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

Shades of Paris White #BFC4BF

Tints of Paris White #BFC4BF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.91%

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

R = 33.04%
G = 33.91%
B = 33.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#BFC4BF (or 0xBFC4BF) is known color: Paris White. HEX triplet: BF, C4 and BF. RGB value is (191,196,191). Sum of RGB (Red+Green+Blue) = 191+196+191=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4BF is #403B40. Grayscale: #C1C1C1. Windows color (decimal): -4209473 or 12567743. OLE color: 12567743.

HSL color Cylindrical-coordinate representation of color #BFC4BF: hue angle of 120º degrees, saturation: 0.04, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC4BF is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 191 -
CMYK 0.03 0 0.03 0.23
HSL 120º 0.04% 0.76% -
HSV(B) 120º 0.03% 0.77% -
XYZ 50.63 54.32 57.11 -
YUV 193.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 191 196 191 0.03 0 0.03 0.23 120 0.04 0.76
Hex BF C4 BF 3 0 3 17 78 4 4C
Octal 277 304 277 3 0 3 27 170 4 114
Binary 10111111 11000100 10111111 11 0 11 10111 1111000 100 1001100

Color Harmonies of #BFC4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC4BF

Black with #BFC4BF

Text Example


Text Example

White with #BFC4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC4BF; }

 p { color: rgb(191,196,191); }

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

background-color css

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

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

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

border-color css

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

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

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