#BFD6BE

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

Shades of Paris White #BFD6BE

Tints of Paris White #BFD6BE

Color information

#BFD6BE (or 0xBFD6BE) is unknown color: approx Paris White. HEX triplet: BF, D6 and BE. RGB value is (191,214,190). Sum of RGB (Red+Green+Blue) = 191+214+190=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6BE is #402941. Grayscale: #CCCCCC. Windows color (decimal): -4204866 or 12506815. OLE color: 12506815.

HSL color Cylindrical-coordinate representation of color #BFD6BE: hue angle of 117.5º degrees, saturation: 0.23, 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 #BFD6BE is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB191214190-
CMYK0.1100.110.16
HSL117.5º22.64%79.22%-
HSV(B)117.5º11.21%83.92%-
XYZ54.8362.8957.96-
YUV204.39119.88118.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=32.10%
G=35.97%
B=31.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141900.1100.110.16117.522.6479.22
HexBFD6BEB0B1075174f
Octal277326276130132016527117
Binary101111111101011010111110101101011100001110101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6BE; }

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

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

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

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

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

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

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

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