Html Css Color HEX #BFC6BE Paris White

📋 copy color: '#BFC6BE'

red 191 ◦ green 198 ◦ blue 190

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

Shades of Paris White #BFC6BE

Tints of Paris White #BFC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.2%

 BLUE value IS 190 (74.61% from 255) = 32.82%

R = 32.99%
G = 34.2%
B = 32.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#BFC6BE (or 0xBFC6BE) is known color: Paris White. HEX triplet: BF, C6 and BE. RGB value is (191,198,190). Sum of RGB (Red+Green+Blue) = 191+198+190=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6BE is #403941. Grayscale: #C3C3C3. Windows color (decimal): -4208962 or 12502719. OLE color: 12502719.

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

Color convert

RGB 191 198 190 -
CMYK 0.04 0 0.04 0.22
HSL 112.5º 0.07% 0.76% -
HSV(B) 112.5º 0.04% 0.78% -
XYZ 50.97 55.18 56.68 -
YUV 195 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 191 198 190 0.04 0 0.04 0.22 112.5 0.07 0.76
Hex BF C6 BE 4 0 4 16 70 7 4C
Octal 277 306 276 4 0 4 26 160 7 114
Binary 10111111 11000110 10111110 100 0 100 10110 1110000 111 1001100

Color Harmonies of #BFC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6BE

Black with #BFC6BE

Text Example


Text Example

White with #BFC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6BE; }

 p { color: rgb(191,198,190); }

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

background-color css

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

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

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

border-color css

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

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

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