#BFD5BE

Color #BFD5BE Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #BFD5BE

Tints of Paris White #BFD5BE

Color information

#BFD5BE (or 0xBFD5BE) is unknown color: approx Paris White. HEX triplet: BF, D5 and BE. RGB value is (191,213,190). Sum of RGB (Red+Green+Blue) = 191+213+190=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5BE is #402A41. Grayscale: #CBCBCB. Windows color (decimal): -4205122 or 12506559. OLE color: 12506559.

HSL color Cylindrical-coordinate representation of color #BFD5BE: hue angle of 117.39º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD5BE is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB191213190-
CMYK0.1000.110.16
HSL117.39º21.5%79.02%-
HSV(B)117.39º10.8%83.53%-
XYZ54.5762.3857.88-
YUV203.8120.21118.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 213 (83.59% from 255) = 35.86%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=32.15%
G=35.86%
B=31.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131900.1000.110.16117.3921.579.02
HexBFD5BEA0B1075154f
Octal277325276120132016525117
Binary101111111101010110111110101001011100001110101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5BE; }

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

 H1.HeaderClassName
 {
   color: #BFD5BE;
 }
 .AnyTagClassName
 {
   color: #BFD5BE;
 }
</style>
background-color css

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

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

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

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

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

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